/* istruzioni
id: id portale
idLang: id lingua
sezione: dart site
attivo: 0 = presente, 1 = non presente
seTypo: 0 = dart, 1 = housebarter,
width: larghezza
height: altezza
type: 0 = full 468x60, 1 = button 120x90, 2 = button 120x60 tile=1, 3 = button 120x60 tile=2, 4 = full 468x60 ricerca
*/
var lang;
function bannersVis(id,idLang,sezione,attivo,width,height,type){
    adsite = sezione.substring(sezione.indexOf(".")+1,sezione.indexOf("/")).toUpperCase();
	switch (idLang){
		case "1":
			lang = "ITA";
		break;
		case "2":
			lang = "ENG";
		break;
		case "3":
			lang = "ESP";
		break;
		case "4":
			lang = "FRA";
		break;
		case "5":
			lang = "GER";
		break;
		default:
			lang = "ITA";
	}
	
    site = "http://dart.wayin.net/clickthrough/loadbann.asp";
	parametri ="?idsite="+id;
	parametri = parametri+"&widthP="+width+"&heightP="+height+"&typeP="+type;
	document.write(' <IFRAME SRC="' + site + parametri + '" ');
	document.write(' NORESIZE SCROLLING=NO HSPACE=0 VSPACE=0 FRAMEBORDER=0 MARGINHEIGHT=0 MARGINWIDTH=0 WIDTH='+width+' HEIGHT='+height+'>');
	document.write('</IFRAME>');			
}

//Script per pop-up globale
addr = location.pathname;
jj = addr.length;
addr2 = addr.substring(jj-9,jj);
if (addr2 == "index.htm") {
//window.open('bnr.htm','RT','width=360,height=244,location=no,menubar=no,toolbar=no');
}
if (addr2 == "index.asp") {
//window.open('bnr.htm','RT','width=360,height=244,location=no,menubar=no,toolbar=no');
}
addr3  = addr.substring(jj-12,jj);
if (addr3 == "default.aspx") {
//window.open('bnr.htm','RT','width=360,height=244,location=no,menubar=no,toolbar=no');
}





