var isNAV4, isNAV6, isIE, isOPERA, isWIN, isMAC;var useFlash = 0;var coll = "";var styleObj = "";var os = navigator.userAgent;if (this.os.indexOf("Win")>=0){	isWIN = true;}if (this.os.indexOf("Mac")>=0){	isMAC = true;}if (parseInt(navigator.appVersion) >=4) {	if (navigator.appName == "Netscape") {		if ((parseInt(navigator.appVersion)==4)) {			isNAV4 = true;		}		else if (parseInt(navigator.appVersion) >= 5) {			isNAV6 = true;		}		else if (navigator.userAgent.indexOf("Opera")>0) {			isOPERA = true;		}		}	else {		isIE = true;	}}//flashdetect...var requiredFlashVersion = 5;		var useRedirect = false; // system globalsvar flash2Installed = false;var flash3Installed = false;var flash4Installed = false;var flash5Installed = false;var maxFlashVersion = 7;var actualFlashVersion = 0;var useFlash = true;/* var isIE = (navigator.appVersion.indexOf("MSIE") != -1) ? true : false;	// true if we're on ievar isMac = (navigator.appVersion.indexOf("Mac") != -1) ? true : false; // true if we're on macif(isIE && !isMac)	{	document.write('<SCRI' + 'PT LANGUAGE=VBScript\> \n');	document.write('on error resume next \n');	document.write('dim flash2Installed,  flash3Installed, flash4Installed, flash5Installed, flash6Installed, flash7Installed \n');	document.write('flash2Installed = (IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.2"))) \n');	document.write('flash3Installed = (IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.3"))) \n');	document.write('flash4Installed = (IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.4"))) \n');	document.write('flash5Installed = (IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.5"))) \n');		document.write('flash6Installed = (IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.6"))) \n');		document.write('flash7Installed = (IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.7"))) \n');		document.write('</SCR' + 'IPT\> \n'); // break up end tag so it doesn't end our script	}// -->if (navigator.plugins)	{	if (navigator.plugins["Shockwave Flash 2.0"]	|| navigator.plugins["Shockwave Flash"])		{		var isFlashVersion2 = navigator.plugins["Shockwave Flash 2.0"] ? " 2.0" : "";		var flashDescription = navigator.plugins["Shockwave Flash" + isFlashVersion2].description;		var flashVersion = parseInt(flashDescription.charAt(flashDescription.indexOf(".") - 1));		if (flashVersion == 2) useFlash = false;	// set appropriate version flag		if (flashVersion == 3) useFlash = false;		if (flashVersion == 4) useFlash = false;		if (flashVersion == 5) useFlash = true;		if (flashVersion == 6) useFlash = true;		if (flashVersion == 7) useFlash = true;		}	}if(isIE && !isMac){ for (var i = 2; i <= maxFlashVersion; i++) 	{	j = eval("flash" + i + "Installed");//	alert("j: " + j);	if (j == true) {	actualFlashVersion = i;	} }} alert("version detected: " + actualFlashVersion);if (actualFlashVersion >= requiredFlashVersion)	{	useFlash = true;	}*/if(isIE){  document.write('<LINK REL="STYLESHEET" TYPE="text/css" HREF="css/main_IE.css"/>')} else if(isNAV4){  document.write('<LINK REL="STYLESHEET" TYPE="text/css" HREF="css/main_NN.css"/>')} else {  document.write('<LINK REL="STYLESHEET" TYPE="text/css" HREF="css/main_IE.css"/>')}
