

 function vwopenWin_ph3()

 {
   var w = 400;
   var h = 532;
   var l = (screen.width/2)-(w/2);
   var t = (screen.height/2)-(h/2);

  // window.open("main2.asp","","left=" + l + ", top=" + t +", width=" + w + ",height=" + h +'"');
   window.open("http://volkswagen.winozmnc.co.kr/ifrm/pop0901/ph_pop3.html","np0901","left=" + l + ", top=" + t +", width=" + w + ",height=" + h +'"');
 

  }




vwopenWin_ph3();

