// JavaScript Document



  function PencereAc(wids,heis,pages){
    var wid=wids,hei=heis;
  
  deniz= screen.width;
  deniz2= screen.height;
  leftt= parseInt(deniz/2);
  heightt= parseInt(deniz2/2);
   
  sonucwidth=parseInt(leftt-wid/2);
  sonucheight=parseInt(heightt-hei/2);
	window.open(pages,"","left="+sonucwidth+",top="+sonucheight+",width="+wid+",height="+hei)
	}