var array_ = new Array();
//
array_['Bonetti']='home'
 array_['chi siamo - Bonetti']='chi'
 array_['dove siamo - Bonetti']='dove'
 array_['prodotti - Bonetti']='prodotti'
 array_['casalinghi - Bonetti']='prodotti'
 array_['regalo - Bonetti']='prodotti'
 array_['ferramenta - Bonetti']='prodotti'
 array_['elettricita - Bonetti']='prodotti'
 array_['giocattoli - Bonetti']='prodotti'
 array_['profumeria - Bonetti']='prodotti'
 array_['forniture alberghiere - Bonetti']='prodotti' 
 array_['LA PROPOSTA FORMATIVA - Bonetti']='companies'
 array_['contatti - Bonetti']='contatti'
 array_['area riservata - Bonetti']='area'
 array_['consorzio HO.F. - Bonetti']='consorzio'
var prodotti=new Array();	
prodotti['casalinghi - Bonetti'] = new Array();
prodotti['casalinghi - Bonetti']['id'] = 'casalinghi'
prodotti['casalinghi - Bonetti']['color'] = '#0000000'

function prova(d){
if (document.title=='Bonetti') {
d.className='link_on';
document.getElementById('chi').borderLeft='0'
}
//alert(document.getElementById('d').className)
}

function MM_swapImgRestore(id,dir) {
	if (document.title=='') {
     	document.getElementById(id).src=dir 
		}
	else if (array_[document.title]!=id)
	document.getElementById(id).src=dir
}

function links(){
resize()
//alert(document.title  + '   elettricit&agrave; - Bonetti')
if (array_[document.title]!='home')
	document.getElementById(array_[document.title]).className='link_on'
else {
	str_url=location.href
	str1=str_url.split('/');
	str2=str1[str1.length-1].split('=');
		//alert(str2)
	if (str1[str1.length-1]=='index.php?module=users&norm_user_op=signup')
		document.getElementById('area').className='link_on'
	else if (str2[1]=='database&database_op')
		document.getElementById('area').className='link_on'	
	else {
		document.getElementById('home').className='link_on'		
	}	
}
if (array_[document.title]=='dove') {
if (GBrowserIsCompatible()) {
        var map = new GMap2(document.getElementById("map"));
        map.setCenter(new GLatLng(39.32772, 9.0458), 10);
		
		map.addControl(new GSmallMapControl());
		map.addControl(new GMapTypeControl());
		//map.setCenter(new GLatLng(51.179045, -1.826752), 14); 

		var point = new GLatLng(39.29897079446436, 9.06320571899414);
		var marker = new GMarker(point);
		GEvent.addListener(marker, "mouseover", function() {
				var content = "<h1>Casa Ingross Bonetti</h1><p>Viale Monastir Km 10,150 Sestu</p>";
				content += "<a href='http://www.sitibs2.com/bonetti'>Home page</a>";
				marker.openInfoWindowHtml(content);
		});
		map.addOverlay(marker);
      }

}
}

function resize()
{
 if (document.body.clientWidth<=720)
 	document.getElementById('w3_validator').style.filter="Alpha(opacity=15)"
  else
 document.getElementById('w3_validator').style.filter="Alpha(opacity="+100+")"
}

