// JavaScript Document

var OPER=navigator.userAgent.indexOf("Opera");

if (document.all){ // Explorer
document.write("<link rel='stylesheet' href='stile/css/ie/ie.css' type='text/css'>"); 
document.write("<link rel='stylesheet' href='stile/css/text.css' type='text/css'>"); 
}
else if((OPER>-1)) { 
document.write("<link rel='stylesheet' href='stile/css/opera/opera.css' type='text/css'>"); 
document.write("<link rel='stylesheet' href='stile/css/text.css' type='text/css'>"); 
}  
else if (document.getElementById){ //Netscape 6.x
document.write("<link rel='stylesheet' href='stile/css/ns6/ns6.css' type='text/css'>");
document.write("<link rel='stylesheet' href='stile/css/text.css' type='text/css'>"); 
}



