function subMenu(e, parent, template){
    $("#" + e).load("?s=mainMenu&parent=" + parent + "&template=" + template);
    return false;
}

$(document).ready(function() {
	// tool tip
	$('.normaltip').aToolTip({
    	toolTipClass: 'aToolTip'});
	$('ul#menu').superfish({
      delay:       400,
      animation:   {height:'show'},
      speed:       400,
      autoArrows:  false,
      dropShadows: false
    });
});



