<!--
// Browser Dection for switching stylesheets.
if ((navigator.appName).indexOf("Microsoft")!=-1) {
 document.write('<link rel="stylesheet" href="css/ie.css" type="text/css">');
}
else {
 document.write('<link rel="stylesheet" href="css/gecko.css" type="text/css">');
}
//-->
