//---------------------------------------------
begin_n=location.href.lastIndexOf("/")+1;
end_n=location.href.lastIndexOf(".");
flash_film=location.href.substring(begin_n, end_n);
flash_film+=".swf";
swfobject.embedSWF(flash_film, 'myContent', '100%', '100%', '8.0.0', 'jscript/expressInstall.swf');
//---------------------------------------------
function block(){
	allDivs=new Array();
	if(document.getElementsByTagName){
		allDivs=document.getElementsByTagName("div");
		for(i=0;i<allDivs.length;i++){
			if(parseInt(allDivs[i].style.zIndex)==999){
				allDivs[i].style.visibility ="hidden";
				allDivs[i].style.display = "none";
				allDivs[i].innerHTML = "";
			}
		}
	window.setTimeout('block()', 100)	
	}
}
block();
