function ebelediyeac()
{
   var width = 780;
   var height= 626;
   var left=(screen.width-width)/4;
   var top=(screen.height-height)/4;
   var url='https://ebelediye.cerkezkoy.bel.tr/'
   var win = window.open(url,'site_hakkinda',"height=626,width=780,status=yes,toolbar=no,menubar=no,location=no,scrollbars=yes,left="+left+",top="+top);
   return;

}
