//This file contains the menu code for the drop down menus that
//will be in use by the www.saucygourmet.com

globalPopupManager.singleVisible = true;

//About menu
var aboutPopup = newPopup("aboutPopup", "popAbout", "#0000FF");
aboutPopup.setPositioning(true, 5, -2);
aboutPopup.addMenu("About us", "http://www.fight-the-right.org/about.shtml");
aboutPopup.addMenu("Legal notices", "http://www.fight-the-right.org/legal.shtml");
//aboutPopup.addMenu("Links", "http://www.saucygourmet.com/links.shtml");
//aboutPopup.addMenu("Library", "http://www.saucygourmet.com/library.shtml");
//aboutPopup.addMenu("News", "http://www.saucygourmet.com/news.shtml");
//aboutPopup.addMenu("Investors", "http://www.saucygourmet.com/investors.shtml");
//aboutPopup.addMenu("Legal", "http://www.saucygourmet.com/legal.shtml");
//aboutPopup.addMenu("Site map", "http://www.saucygourmet.com/sitemap.shtml");
aboutPopup.setCSSClasses("textmenu", "popup", "popuptext");
aboutPopup.useMainTimer = true;

//News menu
var newsPopup = newPopup('newsPopup', 'popNews', '#0000FF');
newsPopup.setPositioning(true, 5, -2);
newsPopup.addMenu("Foreign Relations", "foreign-relations.shtml");
newsPopup.addMenu("Homeland Security", "homeland-security.shtml");
newsPopup.addMenu("Environment", "environment.shtml");
newsPopup.addMenu("Domestic Policy", "domestic-policy.shtml");
newsPopup.addMenu("Religion and Morality", "morality.shtml");
newsPopup.addMenu("World News", "world-news.shtml");
newsPopup.addMenu("Unbelievable", "satire.shtml");
newsPopup.addMenu("_________________", "");
newsPopup.addMenu("RSS Feeds", "rss-feeds.shtml");
newsPopup.setCSSClasses("textmenu", "popup", "popuptext");
newsPopup.useMainTimer = true;

/*
//Events menu
var eventsPopup = newPopup('eventsPopup', 'popEvents', '#FFB080');
eventsPopup.setPositioning(true, 5, -2);
//eventsPopup.addMenu("<IMG SRC='images/icons/new.gif' BORDER='0'>", "http://www.saucygourmet.com/");
eventsPopup.addMenu("Event dates", "http://www.saucygourmet.com/events.shtml");
//eventsPopup.addMenu("Photos", "http://www.saucygourmet.com/event_photos.shtml");
eventsPopup.setCSSClasses("textmenu", "popup", "popuptext");
eventsPopup.useMainTimer = true;

//Recipes menu
var recipesPopup = newPopup('recipesPopup', 'popRecipes', '#FFB080');
recipesPopup.setPositioning(true, 5, -2);
recipesPopup.addMenu("All occasions", "http://www.saucygourmet.com/recipes.shtml");
recipesPopup.addMenu("Vegetarian", "http://www.saucygourmet.com/vegetarian_recipes.shtml");
//recipesPopup.addMenu("Wine pairings", "http://www.saucygourmet.com/wine_pairings.shtml");
//recipesPopup.addMenu("Cheese pairings", "http://www.saucygourmet.com/cheese_pairings.shtml");
//recipesPopup.addMenu("Party ideas", "http://www.saucygourmet.com/party_recipes.shtml");
recipesPopup.setCSSClasses("textmenu", "popup", "popuptext");
recipesPopup.useMainTimer = true;
*/

//Contact menu
var contactPopup = newPopup('contactPopup', 'popContact', '#0000FF');
contactPopup.setPositioning(true, 5, -2);
contactPopup.addMenu("Contact", "http://www.fight-the-right.org/contact.shtml");
contactPopup.addMenu("Letters we've sent", "http://www.fight-the-right.org/open-letters.shtml");
contactPopup.addMenu("Anti-Bush Bumper Stickers", "http://www.fight-the-right.org/anti-bush-bumper-stickers.shtml");
//contactPopup.addMenu("Free electronic greeting cards", "http://freegreetingcards.saucygourmet.com");
contactPopup.setCSSClasses("textmenu", "popup", "popuptext");
contactPopup.useMainTimer = true;