function openwindow()

 {

   pricing = window.open ("pricing.php",

  "pricing","resizable=no,status=1,width=720,height=300");

  pricing.moveTo(0,140);//pricing.moveTo(0,300);

 }

