//create menu manager
var menuMgr = new NlsMenuManager("menuMgr");
menuMgr.defaultEffect="aoslide";
 
//create menu bar
var menuBar = menuMgr.createMenubar("menuBar");
menuBar.orient="H";
menuBar.stlprf="horz_";
menuBar.absWidth=60;
menuBar.dropShadow("none");
//add item to the menu.
//arguments, id, menu caption, url
menuBar.addItem("1", "Home", "http://www.sloanbella.com/");
menuBar.addSubmenu("1", "home", false, null, null, [0, 0]);
//add submenu to the the menu item.
//arguments, id, submenu id, cross from param, cross from param, cross from param, position adjustment.
 

menuBar.addItem("2", "Membership", "");
menuBar.addSubmenu("2", "membership", false, null, null, [0, 0]);
menuBar.addItem("3", "Testimonials", "http://www.sloanbella.com/index.php?page=kudos");
menuBar.addItem("4", "Media", "");
menuBar.addSubmenu("4", "media", false, null, null, [0, 0]);
menuBar.addItem("5", "Readings", "");
menuBar.addSubmenu("5", "readings", false, null, null, [0, 0]);
menuBar.addItem("6", "Fees", "");
menuBar.addSubmenu("6", "fees", false, null, null, [0, 0]);
menuBar.addItem("7", "Shop", "");
menuBar.addSubmenu("7", "shop", false, null, null, [0, 0]);
menuBar.addItem("8", "Horoscopes", "");
menuBar.addSubmenu("8", "horoscopes", false, null, null, [0, 0]);
menuBar.addItem("9", "Free On Line Oracles", "");
menuBar.addSubmenu("9", "oracles", false, null, null, [0, 0]);

menuBar.addItem("10", "Articles", "");
menuBar.addSubmenu("10", "articles", false, null, null, [0, 0]);
menuBar.addItem("11", "Photos", "http://www.sloanbella.com/index.php?page=photos");
menuBar.addItem("12", "Contact", "");
menuBar.addSubmenu("12", "contact", false, null, null, [0, 0]);
menuBar.addItem("13", "Blog", "http://www.sloanbellablog.com");

var home = menuMgr.createMenu("home");
home.dropShadow("none");
//create "Home" submenu
home.addItem("1", "About Sloan", "http://www.sloanbella.com/index.php?page=about");

home.addItem("2", "Sitemap", "http://www.sloanbella.com/index.php?page=sitemap");

//create "membership" submenu
var membership = menuMgr.createMenu("membership");
membership.dropShadow("none");
membership.addItem("1", "Sign up for Daily Horoscopes - Register", "http://www.sloanbella.com/index.php?page=register");

membership.addItem("2", "Join Membership", "http://www.sloanbella.com/index.php?page=register");
//membership.addItem("2", "Forum", "http://www.sloanbella.com/forum/");
membership.addItem("3", "Login", "http://www.sloanbella.com/index.php?page=login");

 
//create "media" submenu
var media = menuMgr.createMenu("media");
media.dropShadow("none");
media.addItem("1", "Where Sloan Has Appeared", "http://www.sloanbella.com/index.php?page=media");
//media.addItem("2", "What's New For Sloan", "http://www.sloanbella.com/index.php?page=whatsnew");
media.addItem("2", "TV Shows", "http://www.sloanbella.com/index.php?page=tvshows");

//create "readings" submenu
var readings = menuMgr.createMenu("readings");
readings.dropShadow("none");
readings.addItem("1", "About Sloan's Readings", "http://www.sloanbella.com/index.php?page=readings");
//readings.addItem("2", "Astrology", "http://www.sloanbella.com/index.php?page=astro");

//readings.addItem("3", "Get A Free Reading", "http://www.sloanbella.com/index.php?page=free");


 
//create "fees" submenu
var fees = menuMgr.createMenu("fees");
fees.dropShadow("none");
fees.addItem("1", "Purchase A Reading from Sloan", "http://www.sloanbella.com/index.php?page=fees");
//fees.addItem("2", "Shop", "http://www.sloanbella.com/index.php?page=shopping");
//fees.addItem("3", "Tee Shirts", "http://www.sloanbella.com/index.php?page=tees");
 
//create "shop" submenu
var fees = menuMgr.createMenu("shop");
fees.dropShadow("none");
fees.addItem("1", "SBJewelry", "http://www.sloanbella.com/index.php?page=SBJewelry");

fees.addItem("2", "Bella Magickal Oil's", "http://sloanbella.com/index.php?page=bellamagickaloils");
fees.addItem("3", "Bella Candles", "http://sloanbella.com/index.php?page=bellacandles");

//fees.addItem("4", "Shop", "http://www.sloanbella.com/index.php?page=shopping");
//fees.addItem("5", "Tee Shirts", "http://www.sloanbella.com/index.php?page=tees");

//create "horoscopes" submenu
var horoscopes = menuMgr.createMenu("horoscopes");
horoscopes.dropShadow("none");
horoscopes.addItem("1", "Daily Moon Signs - Weekly Forecast", "http://www.sloanbella.com/index.php?page=astrology");
horoscopes.addItem("2", "Aries", "http://www.sloanbella.com/index.php?page=aries");
horoscopes.addItem("3", "Taurus", "http://www.sloanbella.com/index.php?page=taurus");
horoscopes.addItem("4", "Gemini", "http://www.sloanbella.com/index.php?page=gemini");
horoscopes.addItem("5", "Cancer", "http://www.sloanbella.com/index.php?page=cancer");
horoscopes.addItem("6", "Leo", "http://www.sloanbella.com/index.php?page=leo");
horoscopes.addItem("7", "Virgo", "http://www.sloanbella.com/index.php?page=virgo");
horoscopes.addItem("8", "Libra", "http://www.sloanbella.com/index.php?page=libra");
horoscopes.addItem("9", "Scorpio", "http://www.sloanbella.com/index.php?page=scorpio");
horoscopes.addItem("10", "Sagittarius", "http://www.sloanbella.com/index.php?page=sagittarius");
horoscopes.addItem("11", "Capricorn", "http://www.sloanbella.com/index.php?page=capricorn");
horoscopes.addItem("12", "Aquarius", "http://www.sloanbella.com/index.php?page=aquarius");
horoscopes.addItem("13", "Pisces", "http://www.sloanbella.com/index.php?page=pisces");

//create "Free Online Oracles" submenu
var oracles = menuMgr.createMenu("oracles");
oracles.dropShadow("none");
oracles.addItem("1", "Free Tarot Reading", "http://www.sloanbella.com/index.php?page=free");

oracles.addItem("2", "Chakras", "http://www.sloanbella.com/index.php?page=chakras");
//oracles.addItem("3", "Daily Horoscopes", "http://www.sloanbella.com/index.php?page=daily");

oracles.addItem("3", "Astro Compatibility", "http://www.sloanbella.com/astro/index.php");
oracles.addItem("4", "Bio Compatibility", "http://www.sloanbella.com/biocompat/index.php");

oracles.addItem("5", "Fortune Teller", "http://www.sloanbella.com/fortuneteller/index.php");
oracles.addItem("6", "Chinese Astrology", "http://www.sloanbella.com/chineseastro/index.php");
oracles.addItem("7", "Numerology", "http://www.sloanbella.com/index.php?page=numerology");
oracles.addItem("8", "Natal Charts", "http://www.sloanbella.com/index.php?page=natalreports");
oracles.addItem("9", "Animal Spirits", "http://www.sloanbella.com/index.php?page=animalspirits");

//create "articles" submenu
var articles = menuMgr.createMenu("articles");
articles.dropShadow("none");
articles.addItem("1", "Sloan's Latest Article", "http://www.sloanbella.com/index.php?page=articles");

 
//create "contact" submenu
var contact = menuMgr.createMenu("contact");
contact.dropShadow("none");
contact.addItem("1", "Contact", "http://www.sloanbella.com/index.php?page=contact");

 
 

