$(document).ready(function() {
	
	var filename = location.pathname.substr(location.pathname.lastIndexOf("/")+1,location.pathname.length);
	
	if(filename == 'das_Center.php'){

		 $('#sub_126400, #sub_126402, #sub_126404, #sub_126406, #sub_126408, #sub_126410, #sub_126412, #sub_126414, #sub_126416').css('display' , 'none');
		 
		 $('#main_126399').css('cursor', 'pointer');
		 
		 $('#main_126399').click(function() {
			 $('#sub_126400, #sub_126402, #sub_126404, #sub_126406, #sub_126408, #sub_126410, #sub_126412, #sub_126414, #sub_126416').slideToggle();
		});
	}
	
});


function navi_color(id,status)
{
     if(status == 0)
	   document.getElementById(id).style.backgroundColor = '#BA1221';
	  else
	   document.getElementById(id).style.backgroundColor = '#CE1626';
	  
	  return true;
}
