var t_ie4 = (document.all)? true:false;
var t_win=(navigator.appVersion.indexOf("Win")!=-1)? true:false;

if (navigator.plugins)
{
	t_flash=0;
	var t_plugLength = navigator.plugins.length;
	var t_plugName="";
	var t_count=0;
	var t_ver=0;
	if (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"] && navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin)
	{
		for(t_count=0; t_count<t_plugLength; t_count++)
		{
			t_plugName = navigator.plugins[t_count].description;
			if (t_plugName.indexOf("Shockwave Flash ")!=-1)
			{
				t_ver=parseInt(t_plugName.substring(t_plugName.indexOf("Shockwave Flash ")+16,t_plugName.indexOf("Shockwave Flash ")+18));
				if (t_ver>t_flash) t_flash=t_ver;
			}
		}
	}
}


if ((t_ie4==true) && (t_win==true))
{
	document.writeln('<scr'+'ipt type="text/vbscript">');
	document.writeln('t_flash=0');
	document.writeln('on error resume next');
	document.writeln('for t_c=3 to 9');
	document.writeln('t_t=0');
	document.writeln('t_t=IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash."&CStr(t_c)))');
	document.writeln('if (t_t<>0) then t_flash=t_c');
	document.writeln('next');
	document.writeln('</scr'+'ipt>');
}
