function popup(Url)
{
fen =window.open(Url,'popup','screenX=50,screenY=50,height=380,width=520,noresizable,scrollbars=no');
setTimeout('fen.focus();',200);
}