function initMenu() {
  $('#menu ul').hide();
  $('#menu li a').click(
    function() {
        $(this).next().slideToggle('normal');	
      }
    );
  }
$(document).ready(function() {initMenu();});
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function DivGosterGizle(img_id,div_id,_root) {
    if (document.getElementById) {
    
        if (document.getElementById(div_id).style.display == "")
        {
            document.getElementById(div_id).style.display = "none";
            document.getElementById(img_id).src = _root+'images/icon_7.gif';
	    } else {
            document.getElementById(div_id).style.display = "";
            document.getElementById(img_id).src = _root+'images/icon_5.gif';            
	    }
	    
    }
}
