function target_blank(x){
	document.getElementById(x).target="_blank";
}

function popup(x){
	barre = 0;

	if (screen.height < 768){
		barre = 1;
	} 

	ws = screen.width;
	hs = screen.height;
	
	altezza=hs-93;
	larghezza=ws-10;
	
	sc_x = 0;
	sc_y = 0;
	
	newwin=window.open('','sitoflashnew',"scrollbars="+barre+",status=1,statusbar=1,toolbar=no,location=no,menubar=no,resizable=no,top="+sc_y+",left="+sc_x+",screenX="+sc_x+",screenY="+sc_y+",width="+larghezza+",height="+altezza);
	document.getElementById(x).target="sitoflashnew";
	newwin.focus();
}

/*function popup(y,z){
	newwin=window.open('','sedano',"scrollbars=0,status=1,statusbar=1,toolbar=no,location=no,menubar=no,resizable=no,top=0,left=0,screenX=0,screenY=0,width=1014,height=675");
	newwin.focus();
}*/
