	
	function loadTwo(iframe1URL, iframe2URL) {
		parent.MENU.location.href=iframe1URL
		parent.CONTENT.location.href=iframe2URL
	}
	

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


  var stile = "top=0, left=0, right=0, bottom=0, width=800, height=600, status=no, menubar=no, toolbar=no scrollbar=no";
     function Popup(apri) {
        window.open(apri, "", stile);
     }

	 
function PopupCentrata(apri) {
var w = 850;
var h = 650;
var pw = Math.floor((screen.width-w)/2);
var ph = Math.floor((screen.height-h)/2);
window.open(apri,"","width=" + w + ",height=" + h + ",top=" + ph + ",left=" + pw);
 }