// JavaScript Document


function homepage() { document.location.href="default.asp?lang=it"; }
function contatti() { document.location.href="contatti.asp?lang=it"; }


function vetriled() { document.location.href="vetri_led.asp?lang=it&pic=1"; }
function riscaldati() { document.location.href="vetri_nofrost.asp?lang=it"; }
function caloriferi() { document.location.href="vetri_caloriferi.asp?lang=it"; }
function touch() { document.location.href="vetri_touch_control.asp?lang=it"; }

function logo() {
	document.write('<object type="application/x-shockwave-flash" data="swf/aglatec_logo.swf" width="170" height="105">\n');
	document.write('<param name="movie" value="swf/aglatec_logo.swf" /> \n');
	document.write('<param name="wmode" value="transparent" /> \n');
	document.write('<param name="quality" value="high" /> \n');
	document.write('</object>\n');
}
function anihome() {
	document.write('<object type="application/x-shockwave-flash" data="swf/aglatec2008.swf" width="813" height="206">\n');
	document.write('<param name="movie" value="swf/aglatec2008.swf" /> \n');
	document.write('<param name="wmode" value="transparent" /> \n');
	document.write('<param name="quality" value="high" /> \n');
	document.write('</object>\n');
}

function menuprodotti(m) {
	document.write('<object type="application/x-shockwave-flash" data="swf/menuprodotti.swf?m='+m+'" width="860" height="81">\n');
	document.write('<param name="movie" value="swf/menuprodotti.swf?m='+m+'" /> \n');
	document.write('<param name="wmode" value="transparent" /> \n');
	document.write('<param name="quality" value="high" /> \n');
	document.write('</object>\n');
}

function banner(n) {
	document.write('<object type="application/x-shockwave-flash" data="swf/'+n+'.swf" width="385" height="150">\n');
	document.write('<param name="movie" value="swf/'+n+'.swf" /> \n');
	document.write('<param name="wmode" value="transparent" /> \n');
	document.write('<param name="quality" value="high" /> \n');
	document.write('</object>\n');
}
function banner_110(n) {
	document.write('<object type="application/x-shockwave-flash" data="swf/'+n+'.swf" width="385" height="110">\n');
	document.write('<param name="movie" value="swf/'+n+'.swf" /> \n');
	document.write('<param name="wmode" value="transparent" /> \n');
	document.write('<param name="quality" value="high" /> \n');
	document.write('</object>\n');
}



function gestione_link_esterni() {
	if (!document.getElementsByTagName) 
		return;
	var anchors = document.getElementsByTagName("a");
	for (var i=0; i<anchors.length; i++) {
		var anchor = anchors[i];
		if (anchor.getAttribute("href") && anchor.getAttribute("rel") == "link_esterno")
			anchor.target = "_blank";
	}
}

window.onload = gestione_link_esterni;

function mail_no_spam(user,dominio) { 
        document.location.href = "mailto:" + user + "@" + dominio; 
    }
