function popup1(URL)
{
  window.open(URL,"","left=100,top=10,height=300,width=400,resizable=no,scrollbars=no");
  //alert("dfgdsfgsdfdfg");
}
