// JavaScript Document

function show_me_flash(theID,theTitle,theDesc,theCate,theKeyWords,theFiles){
	document.getElementById("flv_box").innerHTML = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="287" height="240" name="swfid" id="swfid"><param name="movie" value="http://www.chinaontv.com/swf/adap_little_0730.swf" /><param name="flashvars" value="keywords=' + theKeyWords + '&companionId=companiondiv&videoPlayerId=flv_box&width=287&height=240&pid=chinaontvinc&zid=flash_ads&autostart=false&id=' + theID + '&adaptag=adap.tv&title=' + theTitle + '&description=' + theDesc + '&categories=' + theCate + '&duration=29&' + theFiles + '" /><param name="wmode" value="transparent" /><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><embed width="287" height="240" flashvars="keywords=' + theKeyWords + '&companionId=companiondiv&videoPlayerId=flv_box&width=287&height=240&pid=chinaontvinc&zid=flash_ads&autostart=false&id=' + theID + '&adaptag=adap.tv&title=' + theTitle + '&description=' + theDesc + '&categories=' + theCate + '&duration=29&' + theFiles + '" wmode="transparent" allowfullscreen="true" allowscriptaccess="always" quality="high" bgcolor="FFFFFF" src="http://www.chinaontv.com/swf/adap_little_0730.swf" type="application/x-shockwave-flash" /></object>';
}