function mypopup()
 {
   mywindow = window.open ("v_model_2.html",  "vmodel","location=0,status=0,scrollbars=0,width=500,height=450");
  mywindow.moveTo(400,250);
 } 
