function isCommonEnvCheck(timeJudge,wmpFlag)
{if(timeJudge)
{myDate=new Date();localTime=myDate.getTimezoneOffset();culcLocTime=localTime/60;if(culcLocTime!=-9)
{CountryError();return false;}}
if((xLBenv.activex.enable==false)&&(xLBenv.browser.code=="ie5"))
{ActiveXError();return false;}
if((((!wmpFlag)&&!((xLBenv.os.code.indexOf('winNT5')!=-1)||(xLBenv.os.code.indexOf('winNT6')!=-1)||(xLBenv.os.code.indexOf('mac')!=-1)))||((wmpFlag)&&!((xLBenv.os.code.indexOf('winNT5')!=-1)||(xLBenv.os.code.indexOf('winNT6')!=-1)))))
{OSError();return false;}
if(!(((xLBenv.browser.code=="mozilla"&&xLBenv.browser.version>=3.0)&&((xLBenv.os.code.indexOf('winNT5')!=-1)||(xLBenv.os.code.indexOf('winNT6')!=-1)))||((xLBenv.browser.code=="mozilla"&&xLBenv.browser.version>=3.0)&&(xLBenv.os.code.indexOf('mac')!=-1))||((xLBenv.browser.code=="safari"&&xLBenv.browser.version>=3.0)&&(xLBenv.os.code.indexOf('mac')!=-1))||((xLBenv.browser.code=="chrome"&&xLBenv.browser.version>=11.0)&&((xLBenv.os.code.indexOf('winNT5')!=-1)||(xLBenv.os.code.indexOf('winNT6')!=-1)))||((xLBenv.browser.code=="ie5"&&xLBenv.browser.version>=6.0)&&((xLBenv.os.code.indexOf('winNT5')!=-1)||(xLBenv.os.code.indexOf('winNT6')!=-1)))))
{BrowserError();return false;}
return true;}

