<!--




function openWindow() {
	window.open("", "signature", 'toolbar=0,location=0, scrollbars=0,width=500,height=425,resizable=1,left=350,top=50');
} // end of openwindow	

function openSndWindow() {
	window.open("", "sound", 'toolbar=0,location=0, scrollbars=0,width=565,height=390,resizable=1,left=350,top=50');
} // end of openwindow	


function openWindow2() {
	window.open("", "signature", 'toolbar=0,location=0, scrollbars=0,width=500,height=425,resizable=1,left=350,top=50');
} // end of openwindow2	

function openSubscribe() {
	window.open("", "subscribe", 'toolbar=0,location=0, scrollbars=0,width=425,height=485,resizable=1,left=350,top=50');
} // end of openSubscribe	

function openPFWindow() {
	window.open("", "pfversion", 'toolbar=0,location=0, scrollbars=1,width=600,height=600,resizable=1,left=175,top=50');
} // end of openPFWindow

function openOutWindow() {
	window.open("", "outversion", 'toolbar=0,location=0, scrollbars=1,width=840,height=620,resizable=1,left=175,top=50');
} // end of openOutWindow	


//-->
