<!--
function MA_openPop(pop) {
	Pop = window.open(pop+'.html','','width=800,height=450,screenX=0,left=0,screenY=0,top=0,status,menubar=0,toolbar=0,location=0,scrollbars=1,resizible=0');
	Pop.focus();
}
// -->