function preloadImages()
{
var d=document; if(d.images){ if(!d.PREL) d.PREL=new Array();
var i,j=d.PREL.length,a=preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.PREL[j]=new Image; d.PREL[j++].src=a[i];}}
}


function cambiapulsante(suff,e)
{
var x=e.srcElement
var nome=x.src.substr(0,x.src.length-6)
x.src = nome+suff+".gif"
}    


function apri(page, wid, hei)
{
window.open(page, '', 'width='+wid+', height='+hei+', resizable=yes ,scrollbars=yes, status=no, location=no, toolbar=no');
}

function cambiain(tid,stil)
{
document.getElementById(tid).className=stil
}    


