//To initVars and set as default. Use Id to specify you Menu.
//To get you menu id for use something...
Ex: $("#"+menuId(IndexLoadOfYourMenu)).css({something});
"Topic"
or LinksObject Obs.: Only one link on Object for this.
{"Home": "http://yoursite.com/", "Galery": "http://yoursite.com/Galery/", ...}
HackFix to add Keyboard hover and click on Anchor pressing Enter key.
hoverIn = Mouse Enter function.
hoverOut = Mouse Leave function.
InitMenuVar(30, 5);
$("#menu").addMenu({"Home": "http://yoursite.com/"});
$("#menu").addMenu("Menu", {"Galery": "http://yoursite.com/Galery/", "Videos": "http://yoursite.com/Galery/"});