//*******************************************************//
//全局变量设置
var G_css_id=0;


//********************************************************//



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)
}
