function openplay(str,str1){
widthv = "500";
heightv = "470";
xposition = (screen.width - widthv)/2;
yposition = (screen.height - heightv)/2;
window.open('../Openobject/play'+str1+'.asp?id='+str,'play','resizable=yes,toolbar=no,Directories=no,location=no,Status=no,,menubar=no,scrollbars=no,width='+widthv+',height='+heightv+',left='+xposition+',top='+yposition)
}

function opendown(str,str1){
widthv = "500";
heightv = "470";
xposition = (screen.width - widthv)/2;
yposition = (screen.height - heightv)/2;
window.open('../Openobject/down'+str1+'.asp?id='+str,'play','resizable=yes,toolbar=no,Directories=no,location=no,Status=no,,menubar=no,scrollbars=no,width='+widthv+',height='+heightv+',left='+xposition+',top='+yposition)
}

function openusercenter(str){
window.showModalDialog('../member/index.asp?id='+str,'usermain','dialogHeight:500px;dialogWidth:700px;scroll:no;resizable:no;status:no;help:no');
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
if (restore) selObj.selectedIndex=0;
}

function opsbanner(str1,str2,str3)
{
window.showModalDialog(str1,'main','dialogHeight:'+str2+'px;dialogWidth:'+str3+'px;scroll:no;resizable:no;status:no;help:no');
}
