// JavaScript Document
function voidplay(w,h,files,texts)
{
	var swf_width=w
	var swf_height=h

var texts=texts
var files=files

document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+ swf_width +'" height="'+ swf_height +'">');
document.write('<param name="movie" value="http://www.llfgj.com/images//vcastr2.swf"><param name="quality" value="high">');
document.write('<param name="menu" value="false"><param name=wmode value="opaque">');
document.write('<param name="allowFullScreen" value="true" />')
document.write('<param name="FlashVars" value="vcastr_file='+files+'&vcastr_title='+texts+'&IsContinue=0&IsAutoPlay=0&EndSwf=2008IndexPic/a.swf&IsShowTime=1">');
document.write('<embed src="http://www.llfgj.com/images//vcastr2.swf" wmode="opaque" FlashVars="vcastr_file='+files+'&LogoText=乐陵市房产管理中心&EndSwf=2008IndexPic/a.swf&vcastr_title='+texts+'& menu="false" quality="high" width="'+ swf_width +'" height="'+ swf_height +'" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />'); document.write('</object>'); 
}
