// JavaScript Document

// JavaScript Document


function fiocchi() { document.location.href="fiori_fiocchi.asp?lang=it"; }
function tomaie() { document.location.href="tomaie_calzatura.asp?lang=it"; }
function accessori() { document.location.href="accessori_abbigliamento_calzatura.asp?lang=it"; }
function termoadesivi() { document.location.href="termoadesivi_abbigliamento_calzatura.asp?lang=it"; }
function mignon() { document.location.href="mignon.asp?lang=it"; }
function borchie() { document.location.href="strass_borchie_paillette.asp?lang=it"; }
function bottoni() { document.location.href="bottoni_fibbie_ricoperte.asp?lang=it"; }


/* ANIMAZIONE CORRETTA DELL'HOME PAGE*/
function homepage(m) { 
	document.write('<object type="application/x-shockwave-flash" data="flash/home.swf?m='+m+'" width="970" height="350">\n');
	document.write('<param name="movie" value="flash/home.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 homepage(m) {
	document.write('<object type="application/x-shockwave-flash" data="flash/home_fiera_2009.swf?m='+m+'" width="970" height="350">\n');
	document.write('<param name="movie" value="flash/home_fiera_2009.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 lavorazioni(m) {
	document.write('<object type="application/x-shockwave-flash" data="flash/lavorazioni.swf?m='+m+'" width="970" height="280">\n');
	document.write('<param name="movie" value="flash/lavorazioni.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 tomaie_movie() {
	document.write('<object type="application/x-shockwave-flash" data="flash/tomaie.swf" width="970" height="280">\n');
	document.write('<param name="movie" value="flash/tomaie.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;
