// JavaScript Document


var wid=500,hei=350;
  function mesajBirak(){
  
  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("mailat.aspx","","left="+sonucwidth+",top="+sonucheight+",width="+wid+",height="+hei)
	}
	
	
//function penAcKonum(adres, genislik, yukseklik, soldan, ustten)
//{
//    var param = "width=" + genislik + "," + 
//                "height=" + yukseklik + "," +
//                "left=" + soldan + "," +
//                "top=" + ustten;
//    window.open(adres, "_blank", param, false);
//}
//function penAcKonumTest()
//{
//    penAcKonum("select_page/HaberEkle.aspx", 800, 600, 200, 100,"scrollbars=yes");
//}