function popup1(url1) 
{
remote1 = window.open(url1,"remote1","width=800,top=150,left=150,height=400,menubar=no,status=no,toolbar=no,scrollbars=yes")
}
