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



function pop(url,w,h,scroll){
  if(scroll==1) bars='yes';
	else bars='no';
  popwindow= open(url, "popwin","width=" + w + "px,height==" + h + "px,top=0,left=0;fullscreen=no,scrollbars==" + bars + ",location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=yes");
}




function aprifotostaff() {
strg=window.open('oceans13.jpg', 'nuova', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=1, width=600, height=450, left=340,top=287');
}



