function startSite(){
	var trySwf=true;
	if(seo4){
		var detector=new adobe.FlashVerDetector();
		trySwf=detector.compare(8,0,0);
	}
	var bodyRef=document.body
		var wholeContentRef=document.getElementById("wholeContent")
		if(trySwf){
		var flSiteObj=new PluginEmbeder()
		if(!seo4){
			flSiteObj.detectVersion=[8,0,0]
		}
		flSiteObj.addAttribute("id","siteSwf")
		flSiteObj.addAttribute("width","100%")
		flSiteObj.addAttribute("height","100%")
		flSiteObj.addAttribute("file","/modules/Swf/Site_release.swf")
		flSiteObj.addVariable("isHTML","true")
		flSiteObj.addVariable("FT_LANG",FT_LANG)
		flSiteObj.addVariable("FT_CACHE_ID","1")
		wholeContentRef.innerHTML=flSiteObj.getHTML()
		document.getElementsByTagName("html")[0].style.overflow=bodyRef.style.overflow="hidden";
		}
		wholeContentRef.style.display="block"
}
onLoadQueue.appendOnLoad(startSite)

function _cms2FlashCall(){
}
function toHtmlVersion(){
	var c=new jslt.CokiesLib()
	c.setCookie('version','html')
	location='http://www.personalvision.com.pl'
}

