// Copyright (c) eBeyonds Ltd.

var flash = 'undefined';
var flashVersion = 0;
var runVB = "false";
if (navigator.plugins && navigator.plugins.length)
{
if (navigator.plugins["Shockwave Flash"])
{
flash = 'true';
//flashVersion = 2;
//flashVersion =navigator.plugins["Shockwave Flash"].description.charAt(navigator.plugins["Shockwave Flash"].description.indexOf('.')-1);
m=navigator.plugins["Shockwave Flash"].description
t=m.split(" ")
v=t[2].split(".")
flashVersion=v[0]
}
}
else
{
runVB = "true";
}