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;

	//sc_x = (ws-larghezza)/2;
	//sc_y = (hs-altezza)/2;
	
	//if (sc_x < 0){
	//sc_x = 0;
	//}
	//if (sc_y < 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 mappa(){
	e=window.open('http://maps.ubiest.com/Product/Customers/StoreLocatorJFerr/index.htm?IdCust=5.1066.ijlz8w&lang=ITA&StartX=2552265&StartY=662973&StartScale=70000&custProf=', 'mappa', "width=750,height=560,scrollbars=0,status=0,statusbar=0,toolbar=no,location=no,menubar=no,resizable=no,top=20,left=20,screenX=20,screenY=20");
	e.focus();
}

function privacy(){
	d=window.open('it/informativa.php', 'informativa', "width=560,height=520,scrollbars=0,status=0,statusbar=0,toolbar=no,location=no,menubar=no,resizable=no,top=20,left=20,screenX=20,screenY=20");
	d.focus();
}
