if ((navigator.appVersion.indexOf("Mac") != -1)) {
document.write("<LINK REL='stylesheet' href='../../common/css/mac.css' TYPE='text/css'>");
}
else if ((navigator.appName.indexOf("Netscape") != -1)) {
document.write("<LINK REL='stylesheet' href='../../common/css/win_nn.css' type='text/css'>");
}
else {
document.write("<LINK REL='stylesheet' href='../../common/css/win.css' type='text/css'>");
}

function MM_goToURL() { //v3.0
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}
