function openplay(str,str1){

window.open('../Openobject/play.asp?id='+str,'play')
}

function opendown(str,str1){
window.open('../Openobject/down.asp?id='+str,'down')
}

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');
}
