//float ad
	var adLftSrc="";
	var adLftType="";
	var adLftUrl="";
	var adLftW=100;
	var adLftH=100;
	var adRgtSrc="";
	var adRgtType="";
	var adRgtUrl="";
	var adRgtW=100;
	var adRgtH=100;
	var marginVert=20;
	var marginHor=10;
	
	
	function floatMove(){
	var adLftBlk=document.getElementById("adLftDiv");
	var adRgtBlk=document.getElementById("adRgtDiv");
		adLftBlk.style.left=marginHor+"px";
		adLftBlk.style.top=document.documentElement.scrollTop+document.documentElement.clientHeight-marginVert-adLftH+"px";
		adRgtBlk.style.left=document.body.clientWidth-marginHor-adRgtW+"px";
		adRgtBlk.style.top=document.documentElement.scrollTop+document.documentElement.clientHeight-marginVert-adRgtH+"px";
		}
	
	function moveStart(){
		floatMove();
		setTimeout("moveStart()",50);
		}
		
//float ad		

//liumeiti
function cz_play()
{
	document.getElementById("cz_Large_flash").style.display="block";	
	setTimeout("cz_hide()",10000);
	setTimeout("cz_movelarge()",50);
}
function cz_hide()
{
	document.getElementById("cz_Large_flash").style.display="none";
}

//µ÷ÓÃflashÖÐµÄÃüÁî begin
function czbig_DoFSCommand(command,args){
		if (command == "quit"){
			document.getElementById("cz_Large_flash").style.display="none";
		}
}

if (document.getElementById){
		document.writeln('<Script language="JavaScript" For="czbig" Event="FSCommand(command,args)">');
		document.writeln('	czbig_DoFSCommand(command,args);');
		document.writeln('</Script>');
	
}

function cz_movelarge() {
	var cz_Large_Left = (document.body.clientWidth-250)/2;
	var cz_Large_Top = 35;
	var cz_ad=document.getElementById("cz_Large_flash");
  cz_ad.style.left = cz_Large_Left+"px";
  cz_ad.style.top = document.documentElement.scrollTop+cz_Large_Top+"px";
  setTimeout("cz_movelarge()",50);
	}
//liumeiti

