function LoadImg(baocuo_dir,w,h){
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="object_flash_player" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0"  width="'+w+'" height="'+h+'"><param name="movie" value="'+baocuo_dir+'template/skin14/images/g_js/pic.swf"><param name="quality" value="high"><PARAM   NAME="wmode"   VALUE="transparent"><param name="allowScriptAccess" value="always"><param name="allowFullScreen" value="true"><param name="FlashVars" value="bcastr_xml_url='+baocuo_dir+'template/skin14/images/g_js/pic.xml"><embed src="'+baocuo_dir+'template/skin14/images/g_js/pic.swf" flashvars="bcastr_xml_url='+baocuo_dir+'template/skin14/images/g_js/pic.xml" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" allowfullscreen="true" width="'+w+'" height="'+h+'"></object>');
}

function Get_Index_(v){
	var ii
	for(var i=0;i<document.getElementById("nav_list_menu").childNodes.length;i++){
		ii=	document.getElementById("nav_list_menu").childNodes[i];
		ii.className=""
	}
	var s=document.getElementById("headli_ndtv_"+v)
	if(s)
		document.getElementById("headli_ndtv_"+v).className="cur"
}
