function openWindow(url){
	window.open(url,'winMAIN','status,width=420,height=480,scrollbars=yes,screenX=10,screenY=10,left=10,top=10')
}

function openWindowDisclaimer(url){
 	window.open(url,'winMAIN','status,width=500,height=470,scrollbars=yes,screenX=10,screenY=10,left=10,top=10')
}