

function dati(par1,par2,par3,par4,par5)
{
this.par1=par1;
this.par2=par2;
this.par3=par3;
this.par4=par4;
this.par5=par5;
}


var timerId
sInc=0;
function scrollNews(){
		
	if(document.getElementById("contNews").scrollHeight > 180) {
		if(parseInt(document.getElementById("contNews").style.top) > - document.getElementById("contNews").scrollHeight ){
		sInc++;
		document.getElementById("contNews").style.top=""+(-sInc)+"px";
		}
		else{
			sInc=-100
			document.getElementById("contNews").style.top="100px";
		}
	}
	timerId = setTimeout("scrollNews()",40)
}

function stop(){

clearTimeout(timerId)

}


function wo(sWhere){

document.getElementById("maschera").style.display="inline"
document.getElementById("contifrm").style.display="inline";


if (document.all){ // Explorer
	
  	fxH=450;
    var dbs = document.body.scrollTop // quanto scroll
    var wdbo = window.document.body.offsetHeight;  // tutta la pag. con scroll
    document.getElementById("contifrm").style.top=""+(((wdbo-fxH)/2)+dbs)+"px";
	
	
}

else if (document.getElementById){ //Netscape 6.x
   fxH=450;
    var dbs = window.scrollY; // quanto scroll
    var wdbo = window.document.body.offsetHeight ;
    var wi = window.innerHeight ; // finestra disponibile
    document.getElementById("contifrm").style.top=""+(dbs+((wi-fxH)/2))+"px";
} 



document.getElementById("ifrm").src=sWhere
}

function closewo(){
document.getElementById("maschera").style.display="none"
document.getElementById("ifrm").src=""
document.getElementById("contifrm").style.display="none"
	
}

function Inscal(){
	document.write('<iframe frameborder="0" height="123" width="205" scrolling="No" src="/Templates/CRAL/calendar.html"></iframe>')
}


function over(sWhere,sWhich){
	document.getElementById(sWhere).src="/Templates/CRAL/Images/menu/"+sWhich+".gif"
	}

	
	arrmenu= new Array()
	arrmenu[1]=new dati("H","home");
	arrmenu[2]=new dati("C","circolo");
	arrmenu[3]=new dati("S","settori");
	arrmenu[4]=new dati("N","news");
	arrmenu[5]=new dati("A","annunci");
	arrmenu[6]=new dati("I","immagini");
	arrmenu[7]=new dati("Ce","search");
	




	function noUnder(){
	document.getElementById("undermenu").style.display="none";
	}
	
function menu(selected){
	document.write('<table cellspacing="0" cellpadding="0" border="0">')
	document.write('<tr>')
		
		for(i=1;i<arrmenu.length;i++){
			if(selected == arrmenu[i].par2){
			document.write('<td><img onmouseover=javascript:noUnder(); src="/CRAL/Templates/CRAL/Images/menu/'+arrmenu[i].par2+'_.gif" border=0 id="'+arrmenu[i].par1+'"></td>');
			}
			
			else{
				if(arrmenu[i].par2 != "settori"){
				if(PPP != "turismo" && PPP != "convenzioni" && PPP != "sport" && PPP != "cultura" && PPP != "sociale"){
				
			document.write('<td><a href="http://'+nSito+'/'+arrmenu[i].par2+'.aspx" onmouseover=javascript:noUnder();over("'+arrmenu[i].par1+'","'+arrmenu[i].par2+'_"); onmouseout=javascript:over("'+arrmenu[i].par1+'","'+arrmenu[i].par2+'");><img src="/CRAL/Templates/CRAL/Images/menu/'+arrmenu[i].par2+'.gif" border=0 id="'+arrmenu[i].par1+'"></a></td>');	
			    }
			    else{
            document.write('<td><a href="http://'+nSito+'/'+arrmenu[i].par2+'.aspx" onmouseover=javascript:over("'+arrmenu[i].par1+'","'+arrmenu[i].par2+'_"); onmouseout=javascript:over("'+arrmenu[i].par1+'","'+arrmenu[i].par2+'");><img src="/CRAL/Templates/CRAL/Images/menu/'+arrmenu[i].par2+'.gif" border=0 id="'+arrmenu[i].par1+'"></a></td>');	
			    }
				
                }
			else{
				if(PPP != "turismo" && PPP != "convenzioni" && PPP != "sport" && PPP != "cultura" && PPP != "sociale"){
				document.write('<td><a href="javascript:void(0);"  onmouseover=javascript:underMN(1);over("'+arrmenu[i].par1+'","'+arrmenu[i].par2+'_");  onmouseout=javascript:over("'+arrmenu[i].par1+'","'+arrmenu[i].par2+'");  ><img src="/CRAL/Templates/CRAL/Images/menu/'+arrmenu[i].par2+'.gif" border=0 id="'+arrmenu[i].par1+'"></a></td>');	
				}
				else{
				document.write('<td><a href="javascript:void(0);"  onmouseover=javascript:underMN(1);over("'+arrmenu[i].par1+'_","'+arrmenu[i].par2+'_");  onmouseout=javascript:over("'+arrmenu[i].par1+'","'+arrmenu[i].par2+'_");  ><img src="/CRAL/Templates/CRAL/Images/menu/'+arrmenu[i].par2+'_.gif" border=0 id="'+arrmenu[i].par1+'"></a></td>');	
				}
			}
			
			}
			if(arrmenu[i].par2 == "immagini"){
				document.write('<td width="10"></td>');	
				}
		}
    document.write('</tr>')
    document.write('</table>')
}




function underMN(sBit){
		if(sBit == 1){
			document.getElementById("undermenu").style.display="inline";
		}
		else{
			document.getElementById("undermenu").style.display="none";
		}
}

function underMenu(){
if(PPP != "turismo" && PPP != "convenzioni" && PPP != "sport" && PPP != "cultura" && PPP != "sociale"){
		document.write('<table cellspacing="0" cellpadding="0" border="0" >')
	document.write('<tr>')
	 document.write('<td><a href="http://'+nSito+'/turismo.aspx" onmouseover=javascript:over("UT","turismo");over("S","settori_"); onmouseout=javascript:over("UT","turismo");over("S","settori");><img src="/CRAL/Templates/CRAL/Images/menu/turismo.gif" border=0 id="UT"></a></td>')
    document.write('<td><a href="http://'+nSito+'/sport.aspx" onmouseover=javascript:over("US","sport");over("S","settori_"); onmouseout=javascript:over("US","sport");over("S","settori");><img src="/CRAL/Templates/CRAL/Images/menu/sport.gif" border=0 id="US"></a></td>')

document.write('<td><a href="http://'+nSito+'/cultura.aspx" onmouseover=javascript:over("UC","cultura");over("S","settori_"); onmouseout=javascript:over("UC","cultura");over("S","settori");><img src="/CRAL/Templates/CRAL/Images/menu/cultura.gif" border=0 id="UC"></a></td>')

document.write('<td><a href="http://'+nSito+'/convenzioni.aspx" onmouseover=javascript:over("UCC","convenzioni");over("S","settori_"); onmouseout=javascript:over("UCC","convenzioni");over("S","settori");><img src="/CRAL/Templates/CRAL/Images/menu/convenzioni.gif" border=0 id="UCC"></a></td>')

document.write('<td><a href="http://'+nSito+'/sociale.aspx" onmouseover=javascript:over("SOC","sociale");over("S","settori_"); onmouseout=javascript:over("SOC","sociale");over("S","settori");><img src="/CRAL/Templates/CRAL/Images/menu/sociale.gif" border=0 id="SOC"></a></td>')

    document.write('</tr>')
    document.write('</table>')
    }
    else{
    		document.write('<table cellspacing="0" cellpadding="0" border="0" >')
	document.write('<tr>')
	 document.write('<td><a href="turismo.aspx" onmouseover=javascript:over("UT","turismo");over("S","settori_"); onmouseout=javascript:over("UT","turismo");><img src="/CRAL/Templates/CRAL/Images/menu/turismo.gif" border=0 id="UT"></a></td>')
    document.write('<td><a href="sport.aspx" onmouseover=javascript:over("US","sport");over("S","settori_"); onmouseout=javascript:over("US","sport");><img src="/CRAL/Templates/CRAL/Images/menu/sport.gif" border=0 id="US"></a></td>')

document.write('<td><a href="cultura.aspx" onmouseover=javascript:over("UC","cultura");over("S","settori_"); onmouseout=javascript:over("UC","cultura");><img src="/CRAL/Templates/CRAL/Images/menu/cultura.gif" border=0 id="UC"></a></td>')

document.write('<td><a href="convenzioni.aspx" onmouseover=javascript:over("UCC","convenzioni");over("S","settori_"); onmouseout=javascript:over("UCC","convenzioni");><img src="/CRAL/Templates/CRAL/Images/menu/convenzioni.gif" border=0 id="UCC"></a></td>')

document.write('<td><a href="sociale.aspx" onmouseover=javascript:over("SOC","sociale");over("S","settori_"); onmouseout=javascript:over("SOC","sociale");><img src="/CRAL/Templates/CRAL/Images/menu/sociale.gif" border=0 id="SOC"></a></td>')

    document.write('</tr>')
    document.write('</table>')
    }
  }

arrHome = new Array()
arrHome[1]= new dati("turismo","Sole...Mare...Monti...Cosa aspetti? Preparati a partire con noi!")
arrHome[2]= new dati("sport","Con noi potrai ballare, sciare, correre e divertirti in ogni momento dell'anno.<br>Scegli come passare il tuo tempo libero.")
arrHome[3]= new dati("cultura","Ars gratia artis... Concerti, mostre, teatri e tutto quanto fa cultura!<br>Visita la sezione per scoprire le nostre proposte.")
arrHome[4]= new dati("convenzioni","Per tutti i Soci CRAL, convenzioni esclusive con diverse Aziende di vari settori per un'offerta di prodotti semplici, personalizzati e convenienti.")
arrHome[5]= new dati("sociale","Sportelli di orientamento e/o sostegno, iniziative utili alla persona, ma anche attivit&agrave; per aggregare, coinvolgere e proporre.")


function homeMenu(){




if (document.layers){ //Netscape 4.x 
    for(k=1;k<arrHome.length;k++){
document.write('<table style="background-image:url(/CRAL/Templates/CRAL/Images/home/sfbox.gif)" width="540" height="66" border=0>')
	document.write('<tr>')
		document.write('<td rowspan="2" style="padding-left:4px;"><a href="'+arrHome[k].par1+'.aspx"><img src="/CRAL/Templates/CRAL/Images/home/arrow.gif" width="53" height="49" border="0"></a></td>')
		document.write('<td valign="bottom" width="600"><a href="'+arrHome[k].par1+'.aspx"><img src="/CRAL/Templates/CRAL/Images/home/'+arrHome[k].par1+'.gif" width="212" height="19"  border="0"></a></td>')
	document.write('</tr>')
	document.write('<tr>')
		document.write('<td class="testoN" valign="top" height=28>'+arrHome[k].par2+'</td>')
	document.write('</tr>')
document.write('</table>')
}
} 

else if (document.all){ // Explorer

  for(k=1;k<arrHome.length;k++){
document.write('<table style="background-image:url(/CRAL/Templates/CRAL/Images/home/sfbox.gif)" width="540" height="66" border=0>')
	document.write('<tr>')
		document.write('<td rowspan="2" style="padding-left:4px;"><a href="'+arrHome[k].par1+'.aspx"><img src="/CRAL/Templates/CRAL/Images/home/arrow.gif" width="53" height="49" border="0"></a></td>')
		document.write('<td valign="bottom" width="600"><a href="'+arrHome[k].par1+'.aspx"><img src="/CRAL/Templates/CRAL/Images/home/'+arrHome[k].par1+'.gif" width="212" height="19"  border="0"></a></td>')
	document.write('</tr>')
	document.write('<tr>')
		document.write('<td class="testoN" valign="top" height=28>'+arrHome[k].par2+'</td>')
	document.write('</tr>')
document.write('</table>')
}
}

else if (document.getElementById){ //Netscape 6.x

 for(k=1;k<arrHome.length;k++){
document.write('<table style="background-image:url(/CRAL/Templates/CRAL/Images/home/sfbox.gif)" width="540" height="66" border=0>')
	document.write('<tr>')
		document.write('<td rowspan="2" style="padding-left:4px;"><a href="'+arrHome[k].par1+'.aspx"><img src="/CRAL/Templates/CRAL/Images/home/arrow.gif" width="53" height="49" border="0"></a></td>')
		document.write('<td valign="bottom" width="600"><a href="'+arrHome[k].par1+'.aspx"><img src="/CRAL/Templates/CRAL/Images/home/'+arrHome[k].par1+'.gif" width="212" height="19"  border="0"></a></td>')
	document.write('</tr>')
	document.write('<tr>')
		document.write('<td class="testoN" valign="top" height="33">'+arrHome[k].par2+'</td>')
	document.write('</tr>')
document.write('</table>')
}
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

}

function homeTo() {
document.write('<table cellpadding="0" cellspacing="0" border="0">')
	document.write('<tr>')
		document.write('<td ><a href="mappa.aspx"><img src="/CRAL/Templates/CRAL/Images/home/mappa.gif"  border="0"></a></td>')
		document.write('<td ><a href="mailto:info_cral@regione.lombardia.it"><img src="/CRAL/Templates/CRAL/Images/home/contattaci.gif"  border="0"></a></td>')
	document.write('</tr>')
document.write('</table>')
}

function scudo(sPar1,sPar2) {
    document.write('<table cellpadding="0" cellspacing="0" border="0">')
	document.write('<tr>')
	document.write('<td ><a href="/CRAL/UserFiles/download/'+sPar1+'" target="_blank"><img src="/CRAL/Templates/CRAL/Images/download/'+sPar2+'.gif"  border="0"></a></td>')
	document.write('</tr>')
    document.write('</table>')
}

function showOrari(){
tMH = new Tween(document.getElementById("maschera").style,'height',Tween.bounceEaseIn,1,(document.documentElement.clientHeight),0.2,'px');
tMH.start();
document.getElementById("maschera").style.display="inline";
document.getElementById("popOrari").style.display="inline";
}

function hideOrari(){

document.getElementById("maschera").style.display="none";
document.getElementById("popOrari").style.display="none";
}

function scudoOrari() {
    document.write('<table cellpadding="0" cellspacing="0" border="0">')
	document.write('<tr>')
	document.write('<td ><a href="javascript:showOrari();"><img src="/CRAL/Templates/CRAL/Images/download/orari.gif"  border="0"></a></td>')
	document.write('</tr>')
    document.write('</table>')
}

function scudoPrenotazione() {
    document.write('<table cellpadding="0" cellspacing="0" border="0">')
	document.write('<tr>')
	document.write('<td ><a href="mailto:oriana_bon@regione.lombardia.it;giuseppe_carcano@regione.lombardia.it"><img src="/CRAL/Templates/CRAL/Images/download/prenotazione.gif"  border="0"></a></td>')
	document.write('</tr>')
    document.write('</table>')
}


function newsHome(){
	document.write('<table cellpadding="0" cellspacing="0" border="0">')
	document.write('<tr>')
	document.write('<td style="background-image:url(/CRAL/Templates/CRAL/Images/sfNews.jpg);height:239px;width:205px;"></td>')
	document.write('</tr>')
    document.write('</table>')
}