ver=navigator.appVersion

if (document.all){
	if(navigator.userAgent.indexOf("Mac")>-1) document.write("<link rel='STYLESHEET' type='text/css' href='/scripts/mac.css'>");
	else document.write("<link rel='STYLESHEET' type='text/css' href='/scripts/ie.css'>");
}

else if (document.layers){
	if(navigator.userAgent.indexOf("Mac")>-1) document.write("<link rel='STYLESHEET' type='text/css' href='/scripts/nsmac.css'>");
	else document.write("<link rel='STYLESHEET' type='text/css' href='/scripts/ns.css'>");
}
else {
	document.write("<link rel='STYLESHEET' type='text/css' href='/scripts/ns.css'>");
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
