// JavaScript Document
function launch(lang){
	w=screen.width;
	h=screen.height;
	l=(w-780)/2;
	t=(h-580)/2;
	f=window.open("site_"+lang+".htm?1","f","width=780,height=580,scrolls=0");
	f.moveTo(l,t);
	f.focus();
}
function contatti(){
	w=screen.width;
	h=screen.height;
	l=(w-400)/2;
	t=(h-580)/2;
	finestra=window.open("contatti.html","w","width=400,height=580,scrollbars=0");
	finestra.moveTo(l,t);
	finestra.focus();

}
function contatti_eng(){
	w=screen.width;
	h=screen.height;
	l=(w-400)/2;
	t=(h-580)/2;
	finestra=window.open("contatti_eng.html","w","width=400,height=580,scrollbars=0");
	finestra.moveTo(l,t);
	finestra.focus();

}
function gallery(nome,testo){
	w=screen.width;
	h=screen.height;
	l=(w-780)/2;
	t=(h-580)/2;
	finestra=window.open("","w","width=500,height=500,scrollbars=0");
	finestra.moveTo(l,t);
	finestra.focus();
	finestra.document.open();
	finestra.document.write('<?xml version="1.0" encoding="iso-8859-1"?>');
	finestra.document.write('<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">');
	finestra.document.write('<html xmlns="http://www.w3.org/1999/xhtml">');
	finestra.document.write('<head>');
	finestra.document.write('<title>Dea - detail</title>');
	finestra.document.write('<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />');
	finestra.document.write('</head>');
	finestra.document.write('<body bgcolor="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">');
	finestra.document.write('<table width="100%" height="100%"  border="0" cellpadding="0" cellspacing="0">');
	finestra.document.write('<tr><td align="center" valign="middle"><img src="images/details/'+nome+'.jpg" alt="'+testo+'"/ ></td></tr> ');
	finestra.document.write('</table>');
	finestra.document.write('</body>');
	finestra.document.write('</html>');
	finestra.document.close();
}
function gallery2(nome,testo){
	w=screen.width;
	h=screen.height;
	l=(w-573)/2;
	t=(h-186)/2;
	finestra=window.open("","w","width=573,height=186,scrollbars=0");
	finestra.moveTo(l,t);
	finestra.focus();
	finestra.document.open();
	finestra.document.write('<?xml version="1.0" encoding="iso-8859-1"?>');
	finestra.document.write('<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">');
	finestra.document.write('<html xmlns="http://www.w3.org/1999/xhtml">');
	finestra.document.write('<head>');
	finestra.document.write('<title>Dea - detail</title>');
	finestra.document.write('<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />');
	finestra.document.write('</head>');
	finestra.document.write('<body bgcolor="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">');
	finestra.document.write('<table width="100%" height="100%"  border="0" cellpadding="0" cellspacing="0">');
	finestra.document.write('<tr><td align="center" valign="middle"><img src="images/details/'+nome+'.jpg" alt="'+testo+'"/ ></td></tr> ');
	finestra.document.write('</table>');
	finestra.document.write('</body>');
	finestra.document.write('</html>');
	finestra.document.close();
}
function gallerysize(nome,testo,larghezza,altezza){
	w=screen.width;
	h=screen.height;
	l=(w-larghezza)/2;
	t=(h-altezza)/2;
	finestra=window.open("","w","width="+larghezza+",height="+altezza+",scrollbars=0");
	finestra.moveTo(l,t);
	finestra.focus();
	finestra.document.open();
	finestra.document.write('<?xml version="1.0" encoding="iso-8859-1"?>');
	finestra.document.write('<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">');
	finestra.document.write('<html xmlns="http://www.w3.org/1999/xhtml">');
	finestra.document.write('<head>');
	finestra.document.write('<title>Dea - detail</title>');
	finestra.document.write('<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />');
	finestra.document.write('</head>');
	finestra.document.write('<body bgcolor="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">');
	finestra.document.write('<table width="100%" height="100%"  border="0" cellpadding="0" cellspacing="0">');
	finestra.document.write('<tr><td align="center" valign="middle"><img src="images/details/'+nome+'.jpg" alt="'+testo+'"/ ></td></tr> ');
	finestra.document.write('</table>');
	finestra.document.write('</body>');
	finestra.document.write('</html>');
	finestra.document.close();
}
function news(){
	w=screen.width;
	h=screen.height;
	l=(w-780)/2+270;
	t=(h-580)/2+120;
	n=window.open("news.htm","n","width=480,height=340,scrolls=0");
	n.moveTo(l,t);
	n.focus();
}
function forprofessionals(){
	w=screen.width;
	h=screen.height;
	l=(w-780)/2+270;
	t=(h-580)/2+120;
	n=window.open("forprofessionals.htm","n","width=480,height=340,scrolls=0");
	n.moveTo(l,t);
	n.focus();
}

