

function check_search(){
	if(document.fs.key.value==""||document.fs.key.value=="请输入电影名称"){
		alert("请输入影片名字");
		document.fs.key.value=""
		document.fs.key.focus()
		return false;	
	}
	return true;
}
function openplay(skin,id,id1,id2,playid,filename,flag,Realurl){
	
	var widthv,heightv,xposition,yposition
	widthv = "500";
	heightv = "465";
	xposition = (screen.width - widthv)/2;
	yposition = (screen.height - heightv)/2;	
	window.open('../../look/PlayList/Play.asp?skin='+skin+'&id='+id+'&id1='+id1+'&id2='+id2+'&playid='+playid+'&filename='+escape(filename)+'&flag='+flag+"&Realurl="+escape(Realurl),'play','toolbar=no,Directories=no,location=no,Status=no,,menubar=no,resizable=no,scrollbars=no,width='+widthv+',height='+heightv+',left='+xposition+',top='+yposition)
}
function $(id){return document.getElementById(id)}
//window.status=""

function picchange(w,h,skin,dir){
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="'+w+'" height="'+h+'" id="switcher" align="middle">');
	document.write('<param name="allowScriptAccess" value="always" />');
	document.write('<param name="allowFullScreen" value="false" />');
	document.write('<param name="movie" value="'+dir+'template/skin4_ludz_cn/images/flash/switcher.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" />');
	document.write('<embed src="'+dir+'template/skin4_ludz_cn/images/flash/switcher.swf" quality="high" bgcolor="#ffffff" width="500" height="204" name="switcher" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
	document.write('</object>');
}


var IsLong=false;
function isLock(){
if (!IsLong){
   button1.innerHTML="...<a href=\"javascript:isLock();\"><font color=\"#ffff00\"><u>收缩剧情</u></font></a>";
   contentshow.innerHTML=detail_content.innerHTML;
   IsLong=true;
}else{
   button1.innerHTML="<a href=\"javascript:isLock();\"><font color=\"#ffff00\"><u>详细剧情</u></font></a>";
   contentshow.innerHTML=detail_content.innerHTML.substr(0,220)+"...";
   IsLong=false;
}
}

function Get_Index_(v){
	var ii
	for(var i=0;i<document.getElementById("nav_list_menu").childNodes[0].childNodes.length;i++){
		ii=	document.getElementById("nav_list_menu").childNodes[0].childNodes[i];
		ii.className=""
	}
	var s=document.getElementById("headli_ndtv_"+v)
	if(s)
		document.getElementById("headli_ndtv_"+v).className="active"
}
