window.status="HOTEL RISTORANTE CAMPING EDELWEISS - Prada - Brenzone - San Zeno di Montagna - Monte Baldo - Lago di Garda - Gardasee - Italy";

OP = (window.opera) ? 1:0; 
IE4 = (document.all && !OP) ? 1:0; 
IE5 = (IE4 && document.getElementById) ? 1:0; 
NN4 = (document.layers) ? 1:0; 
NN6 = (!IE4 && !NN4 && document.getElementById) ? 1:0; 
NOT = (!OP && !IE4 && !IE5 && !NN4 && !NN6) ? 1:0;

if (OP){
document.write('<link rel=stylesheet href="home.css" type="text/css">'); 
} 
else if(IE4 || IE5) { 
document.write('<link rel=stylesheet href="home.css" type="text/css">'); 
} 
else if (NN4){
document.write('<link rel=stylesheet href="homenetscape4.css" type="text/css">'); 
}
else if (NN6){
document.write('<link rel=stylesheet href="home.css" type="text/css">');
}
else{ // Tutti gli altri Browser
document.write('<link rel=stylesheet href="home.css" type="text/css">'); 
}