");
}
function ZTestQTNetscape()
{
for (var i = 0; i < navigator.plugins.length; i++)
{
if( navigator.plugins[i].name.toLowerCase().indexOf("quicktime") != -1 )
{
gQTPresent = true;
//document.write(navigator.plugins[i].name.toLowerCase() + "
");
if( navigator.plugins[i].name.toLowerCase().indexOf(" 4") != -1 )
gQT4 = true;
if( navigator.plugins[i].name.toLowerCase().indexOf(" 5") != -1 )
gQT5 = true;
if( navigator.plugins[i].name.toLowerCase().indexOf(" 6") != -1 )
gQT6 = true;
return;
}
}
}
if( windows && ie )
TestQTIE();
if( netscape || macintosh )
ZTestQTNetscape();
//-->
|
|