function more(url,name,h,w)
{
 remote=window.open(url,name,'height='+h+',width='+w+',toolbar=yes,location=no,scrollbars=yes,menubar=n');
 remote.location.href=url;
 if(remote.opener==null)remote.opener=window;
}

