function OpenWin(PageName, W, H){
	window.open (PageName, "mywindow","location=0,status=0,scrollbars=0, width="+W+",height="+H+"");
}


function openContatti(){
	OpenWin('pop_contatti.html', 340, 320);
}


function openLocation(){
	OpenWin('pop_location.html', 420, 520);
}


function openPopGallery(pageName){
	w = 400;
	h = 400;

	x = (screen.width/2)-(w/2);
	y = (screen.height/2)-(h/2);
	
	window.open (pageName, "mywindow","location=0,status=0,scrollbars=0, width="+w+",height="+h+",left="+x+",top="+y);
}


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

function Openpopup(){
	window.open ("pop_svalentino.html", "SValentino","location=0,status=0,scrollbars=0, width=500,height=630");
	<!-- flash: getURL("javascript:OpenWin()"); -->
}

