function imgpopup(){
	newwin = window.open('','pgpreview','width=520, height=425,resizable=no,fullscreen=no,channelmode=no,menubar=no,toolbar=no,location=no,scrollbars=no,status=yes,top=20,left=20,screenX=20,screenY=20');
	newwin.focus();
}

function oraripopup(){
	newwin2 = window.open('','orapop','width=650, height=650,resizable=no,fullscreen=no,channelmode=no,menubar=no,toolbar=no,location=no,scrollbars=no,status=yes,top=20,left=20,screenX=20,screenY=20');
	newwin2.focus();
}

function costipopup(){
	newwin3 = window.open('','costipop','width=670, height=650,resizable=no,fullscreen=no,channelmode=no,menubar=no,toolbar=no,location=no,scrollbars=yes,status=yes,top=20,left=20,screenX=20,screenY=20');
	newwin3.focus();
}

function livellipopup(){
	newwin4 = window.open('','livellipop','width=670, height=650,resizable=no,fullscreen=no,channelmode=no,menubar=no,toolbar=no,location=no,scrollbars=yes,status=yes,top=20,left=20,screenX=20,screenY=20');
	newwin4.focus();
}

function popup(){
	newwin = window.open('','imgpreview', 'width=520,height=425,scrollbars=0,status=0,statusbar=0,toolbar=no,location=no,menubar=no,resizable=no,top=20,left=20,screenX=20,screenY=20');
	newwin.focus();
}


function mostra_zd(id,idnone) {
	document.getElementById(id).style.display ='';
	document.getElementById(idnone).style.display ='None';
}


function MM_jumpMenu(targ,selObj,restore){ //v3.0
	eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
	if (restore)
		selObj.selectedIndex=0;
}
