\n');
}
else if (navigator.plugins)
{
if (navigator.plugins["Shockwave Flash 2.0"])
{
document.flashVersion=2;
}
else if (navigator.plugins["Shockwave Flash"])
{
var d=navigator.plugins["Shockwave Flash"].description;
document.flashVersion=parseInt(d.charAt(d.indexOf(".") - 1))
}
}
function showFlash()
{
var s="";
s+=' ';
if(document.flashVersion<6)
document.write('
');
else
document.write(s);
}
// -->