function estils(){
if(navigator.appName=="Microsoft Internet Explorer"){
var explo='<LINK rel="stylesheet" type="text/css" href="../css/estils.css">';
document.write(explo);
}
if(navigator.appName=="Netscape"){
var net='<LINK rel="stylesheet" type="text/css" href="../css/estils_net.css">';
document.write(net);
}
}


function estils2(){
if(navigator.appName=="Microsoft Internet Explorer"){
var explo='<LINK rel="stylesheet" type="text/css" href="css/estils.css">';
document.write(explo);
}
if(navigator.appName=="Netscape"){
var net='<LINK rel="stylesheet" type="text/css" href="css/estils_net.css">';
document.write(net);
}
}
