<!--
function checkrequired(which){
	var pass=true;if (document.images){for (i=0;i<which.length;i++){var tempobj=which.elements[i];
	if (tempobj.name.substring(0,8)=="required"){if (((tempobj.type=="text"||tempobj.type=="textarea"||tempobj.type=="password")&&tempobj.value=='')||(tempobj.type.toString().charAt(0)=="s"&&tempobj.selectedIndex==-1)){
	pass=false;break}}}}if(!pass){alert("Attenzione non hai compilato correttemente il form, compila tutti i campi obbligatori");return false} else return true;
}

function iniziale(){
	if (document.all) {document.body.style.behavior = 'URL(#default#homepage)';document.body.setHomePage("http://www.risorsewebmaster.it/abanner");}
	else{alert("Funzione abilitata solo per IE4 o superiore")}
}

function addbookmark(){
	if (document.all){window.external.AddFavorite("http://www.risorsewebmaster.it/abanner","Asta del banner - www.risorsewebmaster.it/abanner")}	
	else{alert("Funzione abilitata solo per IE4 o superiore")}
}

function controllalunghezzacampoTxtNote(massimaLunghezza ) {
	lunghezzaAttuale = document.addform.TxtNote.value.length;
	if ((massimaLunghezza - lunghezzaAttuale) >= 0)	{document.addform.NumCaratteri.value=massimaLunghezza-lunghezzaAttuale;}
	else{document.addform.NumCaratteri.value = 0;}
	if (lunghezzaAttuale > massimaLunghezza){alert("Sono ammessi "+ massimaLunghezza +" caratteri! ");var strTemp=document.addform.TxtNote.value;document.addform.TxtNote.value = strTemp.substring(0,massimaLunghezza);}
}

function settaNetwork(select){
	var url;url=select.value;open(url, "_top");
}

//BARRA ALTO !!!!!!!!!!!!!!!!!!!!!!!!!!!
var datibarraalto;
//datibarraalto='<img src=../img/vario/pixelTrasp.gif width=234 height=60>'
datibarraalto = '<script language=javascript src="http://www.risorsewebmaster.it/adserver/js/16.asp?partedellapagina=1"></script>'
//<A HREF="http://www.risorsewebmaster.it/abanner/asp/Banner234.asp?A=10" target=_top><IMG SRC="http://www.risorsewebmaster.it/abanner/asp/Banner234.asp?ID=1535" width=234 height=60 BORDER=0></a>'


//BARRA SINISTRA !!!!!!!!!!!!!!!!!!!!!!!!
var datibarrasinistra;
datibarrasinistra='';


var sceltanetworkbarrasotto;
sceltanetworkbarrasotto = '<option value="http://www.risorsewebmaster.it">NETWORK --></option>'+
	'<option value="http://www.risorsewebmaster.it">RISORSEWEBMASTER.it</option>' +
	'<option value="http://www.risorsewebmaster.it/abanner">ASTA DEL BANNER</option>'+
	'<option value="http://www.risorsewebmaster.it/mponline">MPONLINE</option>'+
	'<option value="http://www.risorsewebmaster.it/scambioclick">SCAMBIOCLICK</option>'+
	'<option value="http://www.risorsewebmaster.it/adserver">ADSERVER</option>'

//barra alto network !!
var barranetwork,h;

h = '<table cellspacing=0 cellpadding=0 border=0 width=730 height=20 bgcolor=#AF3F40><tr>'

h = h + '<td align=right width=300>'
	h = h + '<font face=Verdana size=1 color=#FF9000><SPAN CLASS="s1">&nbsp;&nbsp;<b>NETWORK:</b></span></font>&nbsp;&nbsp;'
	h = h + '<font face=Verdana size=1 color=#ffffff><SPAN CLASS="s1"><a href="http://www.risorsewebmaster.it/scambioclick" class=altonetwork target=_top><b>SCAMBIOCLICK</b></a>'
	h = h + '<b>&nbsp;&nbsp;|&nbsp;&nbsp;</b><a href="http://www.risorsewebmaster.it/mponline" class=altonetwork target=_top><b>MPONLINE</b></a>'
h = h + '<b>&nbsp;&nbsp;|&nbsp;&nbsp;</b></font></SPAN></td>'

h = h + '<td align=center width=77><img src=../img/barraalto/bottoncinoSelezionatoAstaBanner.gif></td>'

h = h + '<td align=left width=353><font face=Verdana size=1 color=#ffffff><SPAN CLASS="s1">'
	h = h + '<b>&nbsp;&nbsp;|&nbsp;&nbsp;</b><a href="http://www.risorsewebmaster.it/adserver" class=altonetwork target=_top><b>ADSERVER</b></a>'
h = h + '</font></SPAN></td>'

h = h + '</tr></table>'

barranetwork = h;

//-->