﻿function yeniPencere(sayfa,w,h,ayarlar){
win=window.open(sayfa,"","width=" + w + ",height=" + h + "," + ayarlar);
win.moveTo(screen.width/2-w/2,screen.height/2-h/2);
}

