var explicitPackageID;
if (explicitPackageID == 347666) {
	//alert("347666");
	display_back_html = "";
	this_page_label = "";
}


var isIE = (navigator.appVersion.indexOf("MSIE") != -1) ? true : false;	// true if we're on ie
var navIsMac = (navigator.appVersion.indexOf("Mac") != -1) ? true : false; // true if we're on mac

browser = navigator.appName;
		bVersion = parseInt(navigator.appVersion);
		plat =  navigator.platform;
		var flash;
		if ( navigator.plugins ["Shockwave Flash"] ){
			if ((navigator.plugins["Shockwave Flash"].description.indexOf("5.0") != -1) || (navigator.plugins["Shockwave Flash"].description.indexOf("6.0") != -1))
                {								
				flash = "yes";								
				} 
		} 
		//for netscape on windows//
		if (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"] && navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin) {
			if (navigator.plugins && navigator.plugins["Shockwave Flash"])
				flash = "yes";
		}
		if (flash != "yes" && browser =="Microsoft Internet Explorer")
		  {
		    action = "ie_exec"
		  }
		  
if(isIE && !navIsMac){ // don't write vbscript tags on anything but ie win
	document.writeln('<SCR' + 'IPT LANGUAGE=VBScript>');
	document.writeln('on error resume next');
	document.writeln('flash = (IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.4")))');
	document.writeln('flash = (IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.5")))');
	document.writeln('</SCR' + 'IPT>'); // break up end tag so it doesn't end our script
}

if(flash)	{
	flash = "yes";
}

