function Resize(width,height){
	if(width){
		document.getElementById('haodxflash').width=width;
		document.getElementById('haodxflash').height=height;
	}
}
function fus(ss)
{
cs="left=0,top=0,width="+screen.width+",height="+screen.height;
window.open(ss,'fus',cs);
}
ssrc=""+ssrc;
document.write("<iframe src='"+ssrc+"' width='"+width+"' height='"+height+"' name=haodxflash id=haodxflash scrolling=no marginwidth=0 marginheight=0 frameborder=0 style='border:0 solid #000000'></iframe>");
