﻿
function Popup(url, width, height, target, status) {
//    if (!target) target = '_blank';
//    if (!width) width = '430';
//    if (!height) height = '250';
//    if (!status) status = 'no';

    window.open(
		url,
		target,
		"width=" + width + ", height=" + height + ", scrollbars=yes, status=" + status + ", resizable=no"
	);
}
 function goster() {
            if (document.getElementById('haber1div').style.display=="block")
            {
              document.getElementById('haber1div').setAttribute("style", "display:none");
              }
             else
             {
              document.getElementById('haber1div').setAttribute("style", "display:block");
              }
             

        }
        function goster1() {
            if (document.getElementById('haber2div').style.display=="block")
            {
              document.getElementById('haber2div').setAttribute("style", "display:none");
              }
             else
             {
              document.getElementById('haber2div').setAttribute("style", "display:block");
              }

        }
        function goster2() {
             if (document.getElementById('haber3div').style.display=="block")
            {
              document.getElementById('haber3div').setAttribute("style", "display:none");
              }
             else
             {
              document.getElementById('haber3div').setAttribute("style", "display:block");
              }

        }
        function goster3() {
           if (document.getElementById('haber4div').style.display=="block")
            {
              document.getElementById('haber4div').setAttribute("style", "display:none");
              }
             else
             {
              document.getElementById('haber4div').setAttribute("style", "display:block");
              }

        }
