m_float_url="http://image2.mop.com/m/mp7.swf"; 

document.write('<div id="floatmflash" style="position:absolute;visibility:hidden;">'); 
AC_FL_RunContent('allowScriptAccess','always','id','leftFFmflash','src',m_float_url, 'movie',m_float_url,'width','210','height','96','wmode','transparent','codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0','quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer' ); 
document.write('</div>');




function float_show2_mflash(){	
	document.getElementById("floatmflash").style.visibility="visible";
}

function close_mflash(){
	document.getElementById("floatmflash").style.visibility="hidden";
}

if(typeof(float_flag_mflash)=="undefined"){
	float_show2_mflash();
}

function changePosmflash() {
	document.getElementById("floatmflash").style.left = 20; 

	if(document.body.scrollTop){
		document.getElementById("floatmflash").style.top = (document.body.scrollTop+document.body.offsetHeight-100) +"px";
		
	}else{
		document.getElementById("floatmflash").style.top =(document.documentElement.scrollTop+document.documentElement.clientHeight-100) +"px";
		
		
	}
}

function doitmflash() { 
	setInterval('changePosmflash()', 30); 
} 

doitmflash(); 
document.write('');



