//******************************

// Popup Window (language="Javascript")

//******************************

function popup1(URL)



    {



launch=window.open(URL,"BLANK1",'resizable=1,scrollbars=1,width=475,height=480,left=10,top=5');



  }



  function popup2(URL)



    {



launch=window.open(URL,"BLANK2",'resizable=1,scrollbars=1,width=500,height=1200,left=10,top=5');



  }



  function popup3(URL)



    {



launch=window.open(URL,"BLANK2",'resizable=1,scrollbars=1,width=665,height=840,left=10,top=5');



  }  



  function popup4(URL)



    {



launch=window.open(URL,"BLANK2",'resizable=1,scrollbars=1,width=528,height=703,left=10,top=5');



  }
