<!--人才俱乐部-->
<script language="jscript">
function RegisterResume(arg)
{
var url='terms.asp';
if(arg.length>0)
url=url+'?talent='+arg;
var to=showModalDialog(url,'','dialog-height:300px;dialog-width:180px');
if(to==false)
return false;
else
if (to!='#' &&
to.length>10)
{ window.location.href=to;
return true;
}
else
return false;
}