

function $(id){return document.getElementById(id);}
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)
}
//window.status=""

function showtab(v1,v2,v3){
	var v,vv
	v=eval("h_sub"+v1)
	for(var i=1;i<=10;i++){
		vv=eval("h_sub"+i)
		$("h_sub"+i).style.display="none";
		$("h_btn"+i).className="tabpane";
	}
	$("h_sub"+v1).style.display="";
	$("h_btn"+v1).className="select";
	
}
function ck(v){
	$("keyword").name=v	
}
