var myName = navigator.appName;
if (myName == "Microsoft Internet Explorer") 

document.write ('<select name="select1" onChange="surfto(this.form)" size=1 style="background-color: #FFCC00; font-family: verdana; font-size: 10px;">');
else
document.write ("<select name='select1' onChange='surfto(this.form)' size=1>");
document.write (' <option value="url" selected>Autres cat&eacute;gories de prêts --></option> ');	
document.write (' <option value="b_produits_cred_recpreti.html">Pr&ecirc;ts immobiliers</option> '); 
document.write (' <option value="b_produits_cred_recpretc.html">Pr&ecirc;ts &agrave; la consommation</option> '); 
document.write ('</select>');