var myMenu = new SDMenu("main_menu"); // ID of the menu element
// Default values...
myMenu.speed = 3;                     // Menu sliding speed (1 - 5 recomended)
myMenu.remember = true;               // Store menu states (expanded or collapsed) in cookie and restore later
myMenu.oneSmOnly = true;             // One expanded submenu at a time
myMenu.markCurrent = true;            // Mark current link / page (link.href == location.href)

myMenu.init();

// Additional methods...
var firstSubmenu = myMenu.submenus[0];
myMenu.expandMenu(firstSubmenu);      // Expand a submenu
myMenu.collapseMenu(firstSubmenu);    // Collapse a menu
myMenu.toggleMenu(firstSubmenu);      // Expand if collapsed and collapse if expanded

myMenu.expandAll();                   // Expand all submenus
myMenu.collapseAll();                 // Collapse all submenus
      

Animal Radio

Animal Radio produces educational programming for animal lovers everywhere. Its number one show, Animal Radio, airs in more than 90 stations and on XM Satellite Radio (XM Channel 158, Saturdays 12-2pm EST; Sundays 5-7pm EST), and online 24 hours a day at www.AnimalRadio.com. Every week, animal experts from all around the world converge to educate pet guardians about responsible pet care.

www.AnimalRadio.com