if(navigator.appName == "Microsoft Internet Explorer")
{
document.write('<link rel="stylesheet" type="text/css" href="stylenav-ie.css">');
}
else
{
document.write('<link rel="stylesheet" type="text/css" href="stylenav-moz.css">');
}
