function go_to(url) {
  if(url!="") {
    document.location=url;
  }
}








var myMenuNodes = [
  { 
    id:'mhome', 
	label:'HOME',
	className:'level0',
	menu_separator:'images/menu_separator.gif',
	menu_separator_class:'menu_separatorx',
    leftclick:function(e){go_to("index.html")}
  },{ 
    id:'mabout', 
	label:'ABOUT',
	className:'level0',
	menu_separator:'images/menu_separator.gif',
	menu_separator_class:'menu_separatorx',
	leftclick:function(e){go_to("")},
	children:[
      { 
        id:'aboutchild2', 
	    label:'VISION',
		className:'level1',	
	    leftclick:function(e){go_to("vision.html")}
      },{ 
        id:'aboutchild3', 
	    label:'WHY UTOPIA ACADEMY',
		className:'level1',	
	    leftclick:function(e){go_to("why_utopia.html")}
      },{ 
        id:'aboutchild4', 
	    label:'FACILITY',
		className:'level1',	
	    leftclick:function(e){go_to("facility.html")}
      },{ 
        id:'aboutchild5', 
	    label:'FACULTY',
		className:'level1',	
	    leftclick:function(e){go_to("faculty.html")}
      },{ 
        id:'aboutchild6', 
	    label:'AFFILITATIONS',
		className:'level1',	
	    leftclick:function(e){go_to("affiliations.html")}
      },{ 
        id:'aboutchild7', 
	    label:'LINKS',
		className:'level1',	
	    leftclick:function(e){go_to("links.html")}
      },{ 
        id:'aboutchild8', 
	    label:'VIRTUAL TOUR',
		className:'level1',	
	    leftclick:function(e){go_to("virtual_tour.html")}
      }	  
    ]
  },{ 
    id:'mour_program',
	label:'OUR PROGRAM',
	className:'level0',
	menu_separator:'images/menu_separator.gif',
	menu_separator_class:'menu_separatorx',
	leftclick:function(e){go_to("")},
	children:[
      { 
        id:'mopchild1', 
	    label:'CAMPUS AND LOCATION',
		className:'level1',	
	    leftclick:function(e){go_to("campus_and_location.html")}
      },{ 
        id:'mopchild2', 
	    label:'PROGRAM OVERVIEW',
		className:'level1',	
	    leftclick:function(e){go_to("overview.html")}
      },{ 
        id:'mopchild3', 
	    label:'COURSE COSTS',
		className:'level1',	
	    leftclick:function(e){go_to("course_costs.html")}
      },{ 
        id:'mopchild4', 
	    label:'ENTRANCE REQUIREMENTS',
		className:'level1',	
	    leftclick:function(e){go_to("req.html")}
      },{ 
        id:'mopchild5', 
	    label:'APPLICATION FORM',
		className:'level1',	
	    leftclick:function(e){go_to("registration.php")}
      }	  
    ]
  },{ 
    id:'mtestimonials', 
	label:'TESTIMONIALS',
	className:'level0',
    menu_separator:'images/menu_separator.gif',
	menu_separator_class:'menu_separatorx',	
	leftclick:function(e){go_to("testimonials.html")}
  },{ 
    id:'mstudent_massages', 
	label:'CLIENT SERVICES',
	className:'level0',
	menu_separator:'images/menu_separator.gif',
	menu_separator_class:'menu_separatorx',
	leftclick:function(e){go_to("")},
	children:[
      { 
        id:'maschild1', 
	    label:'WHAT TO EXPECT',
		className:'level1',	
	    leftclick:function(e){go_to("what_to_expect.html")}
      },{ 
        id:'maschild2', 
	    label:'SERVICES',
		className:'level1',	
	    leftclick:function(e){go_to("services.html")}
      },{ 
        id:'maschild4', 
	    label:'CLINIC HOURS',
		className:'level1',	
	    leftclick:function(e){go_to("clinic_hours.html")}
      },{ 
        id:'maschild5', 
	    label:'SPECIAL CLINICS',
		className:'level1',	
	    leftclick:function(e){go_to("special_clinics.html")}
      }	  
    ]
  },{ 
    id:'mstudent_login',
	label:'STUDENT LOGIN',
	className:'level0',
	menu_separator:'images/menu_separator.gif',
	menu_separator_class:'menu_separatorx',
	leftclick:function(e){go_to("student_login.html")}
  }
];
