function MM_reloadPage(init) {  //reloads the window if Nav4 resized
 if (init==true) with (navigator) {
  	if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
var MyBrowser = navigator.appName
var MyVersion = navigator.appVersion
var MyPlatform = navigator.platform

if(MyBrowser.indexOf("Microsoft")!=-1){
	if(MyPlatform.indexOf("Mac")!=-1){
	//niente css? aggiunto dopo
	document.write("<link href='http://www.parcofaunisticomisasia.it/css/stile_mac.css'  rel='stylesheet' type='text/css' />")
	}
	else{
		document.write("<link href='http://www.parcofaunisticomisasia.it/css/stile_ie.css' rel='stylesheet' type='text/css' />")
	}
}
else if(MyBrowser.indexOf("Mozilla")!=-1){
	if(MyVersion.indexOf("4")!=-1){
		document.write("<link href='http://www.parcofaunisticomisasia.it/css/stile_mozilla.css' rel='stylesheet' type='text/css' />")
	}
	else{
		document.write("<link href='http://www.parcofaunisticomisasia.it/css/stile_mozilla.css' rel='stylesheet' type='text/css' />")
	}
}
else if(MyBrowser.indexOf("Opera")!=-1){
	document.write("<link href='http://www.parcofaunisticomisasia.it/css/stile_opera.css' rel='stylesheet' type='text/css' />")
}
else{
	if(MyPlatform.indexOf("Mac")!=-1){	
		document.write("<link href='http://www.parcofaunisticomisasia.it/css/stile_mac.css'  rel='stylesheet' type='text/css' />")
	}
	else if(MyPlatform.indexOf("Win")!=-1){
		if(document.all){
			document.write("<link href='http://www.parcofaunisticomisasia.it/css/stile_ie.css' rel='stylesheet' type='text/css' />")
		}
		else{
			document.write("<link href='http://www.parcofaunisticomisasia.it/css/stile_mozilla.css' rel='stylesheet' type='text/css' />")

		}
	}
	else {
		document.write("<link href='http://www.parcofaunisticomisasia.it/css/stile_ie.css' rel='stylesheet' type='text/css' />")
	}
}
