Browser = navigator.appName;Version = parseInt(navigator.appVersion);if(Version < 4){	var ScriptOK = false;}else {	var ScriptOK = true;}
