if (document.observe) document.observe("dom:loaded", function() {
  
  
            
});


function toggleDropDown(element) {
	$(element).down(0).toggle();
}