// JavaScript Document
/* <![CDATA[ */
$(document).ready(function () {
	$("#elem li.current").children("ul").css("left", "0px").slideDown("normal");
	
	 if ( $("#elem li.current").children("ul.sub").height() > 0 ) {
				
    			$("#space").slideDown("normal");
			 }
	
					  
 
/* $("#elem li").click(function () {
        
			
			 $(this).children("ul.sub").css("left", "0px").slideDown("normal");
			 
			 if ( $(this).children("ul.sub").height() > 0 ) {
				 //alert($('#elem li.top').children('ul.sub').size());
    			$("#space").slideDown("normal");
			 }
			});*/
 
 
 
/*    $("#elem li").hover(function () {
     
			
			 $(this).children("ul:eq(0)").css("left", "0px").slideDown("normal");
			 
			 if ( $(this).children("ul.sub").css("left", "0px").height() > 0 ) {
				
    			$("#space").slideDown("normal");		
			}
			
			
			
		
		 
    },
    function () {
        $(this).children("ul:eq(0)").css("left", "0px").slideUp("normal");
			 
			 if ( $(this).children("ul.sub").css("left", "0px").height() > 0 ) {
				 
    			$("#space").slideUp("normal");		
			}
    });*/
	


});	
/* ]]> */

