new Image().src='/td/i/menu_bg_hl.gif';
new Image().src='/td/i/icon_fav_add.gif';
new Image().src='/td/i/icon_fav_del.gif';

var _media_embedded_code;

function insertVideo(url,width,height){
	_media_embedded_code='<'+'embed src="'+url+'" width="'+width+'" height="'+(40+height)+'" autoplay="true" controller="true" loop="false" showstatusbar="0" hasmenu="true" /'+'>';
	$('media_place').innerHTML=_media_embedded_code;
}

function insertHTML(html,where){
	_media_embedded_code=html;
	$(where?where:'media_place').innerHTML=html;
}

function insertFlash(url,width,height){
	_media_embedded_code='<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="'+width+'" height="'+height+'"><param name="movie" value="'+url+'" /><param name="menu" value="false" /><param name="quality" value="high" /><embed src="'+url+'" menu="false" quality="high" width="'+width+'" height="'+height+'" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>';
	$('media_place').innerHTML=_media_embedded_code;
}

function insertFLV(player,id,width,height){
	_media_embedded_code='<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="'+width+'" height="'+height+'"><param name="menu" value="false" /><param name="allowFullScreen" value="true" /><param name="FlashVars" value="config=http://'+__tLib_domain+'/playerconfig/'+id+'.xml&playList=http://'+__tLib_domain+'/playlist/'+id+'.xml" /><param name="allowScriptAccess" value="always" /><param name="movie" value="'+player+'" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /><embed src="'+player+'" FlashVars="config=http://'+__tLib_domain+'/playerconfig/'+id+'.xml&playList=http://'+__tLib_domain+'/playlist/'+id+'.xml" quality="high" menu="false" allowFullScreen="true" bgcolor="#ffffff" width="'+width+'" height="'+height+'" align="middle" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>';
	$('media_place').innerHTML=_media_embedded_code;
}

function isRealOverOut(object,e,depth){
	depth=depth?depth:10;
	var rel=e.relatedTarget?e.relatedTarget:e.type=="mouseout"?e.toElement:e.fromElement;
	while(rel&&rel!=object&&depth--){
		rel=rel.parentNode;
	}
	if(!depth||(rel&&rel==object)){
		return false;
	}
	return true;
}
