		//Flash version detect
		var MM_contentVersion = 6;
		var myURL = "http://www.macromedia.com"; 
		var plugin = (navigator.mimeTypes && navigator.mimeTypes['application/x-shockwave-flash']) ? navigator.mimeTypes['application/x-shockwave-flash'].enabledPlugin : 0;
		if ( plugin ) {
				var words = navigator.plugins['Shockwave Flash'].description.split(' ');
			    for (var i = 0; i < words.length; ++i)
			    {
				if (isNaN(parseInt(words[i])))
				continue;
				var MM_PluginVersion = words[i]; 
			    }
		}
		var install = false;
		if((MM_PluginVersion < 6) && navigator.appVersion.indexOf("Mac") != -1 && (navigator.appName != "Microsoft Internet Explorer")){install=true;/*alert("Do Something Net MAc");*/ }
		if((MM_PluginVersion < 6) && navigator.appVersion.indexOf("Mac") == -1 && (navigator.appName != "Microsoft Internet Explorer")){install=true;/*alert("Do Something Net PC"); */}
		
		if ((MM_PluginVersion < 6) && navigator.appName == "Microsoft Internet Explorer" && navigator.appVersion.indexOf("Mac") != -1 ) 
		{install=true;/* Mac IE*/}
		if(install == true)
		{	
		//newWindow = window.open("","Install","statusbar,menubar,HEIGHT=400,WIDTH=300");		
		bodycolor="003366";
		tablebgcolor ="FFFFFF";
		titlecolor="";
		newWindow = window.open("","Install","statusbar,menubar=false,resizable=false,HEIGHT=300,WIDTH=300,location=false");		
		newWindow.document.writeln("<html><title>Install New Flash</title>");
		newWindow.document.writeln("<body bgcolor='##" + bodycolor + "'>");
		newWindow.document.writeln("<table bgcolor='##" + tablebgcolor + "' width='100%'>");
		newWindow.document.writeln("<tr>");
		newWindow.document.writeln("<td align='center'><b>New Flash Player Available</b></td>");
		newWindow.document.writeln("</tr>");
		newWindow.document.writeln("<tr>");
		newWindow.document.writeln("<td align='center'><br>Your version of the Macromedia Flash player is out of date<br><br><br> <a href='http://www.macromedia.com/go/getflashplayer' target='_new'><img src='http://www.macromedia.com/images/get_flashplayer.gif' alt='Get Flash'><br>Please click here to get the<br>latest version of flash</a><br><br><br><br><br><br><br><br><br><br></td>");
		newWindow.document.writeln("</tr>");
		newWindow.document.writeln("</table>");
		newWindow.document.writeln("</body>");
		newWindow.document.writeln("</html>");
		}
