if (navigator.appName=="Microsoft Internet Explorer") {
	document.write("<link rel='STYLESHEET' type='text/css' href='../_css/ie.css'>")
} else {
	document.write("<link rel='STYLESHEET' type='text/css' href='../_css/ns.css'>");
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}