Browser = navigator.appName;
Version = parseInt(navigator.appVersion);


if  (Version < 4)
{
	ScriptOK = false;
}
else 
{
	ScriptOK = true;
}

