/***********************************************
* Omni Slide Menu script - © John Davenport Scheuer
* very freely adapted from Dynamic-FX Slide-In Menu (v 6.5) script- by maXimus
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full original source code
* as first mentioned in http://www.dynamicdrive.com/forums
* username:jscheuer1
***********************************************/

//One global variable to set, use true if you want the menus to reinit when the user changes text size (recommended):
resizereinit=true;

menu[3] = {
id:'menu3', //use unique quoted id (quoted) REQUIRED!!
bartext:'       RESOURCES       ',
menupos:'right',
kviewtype:'fixed', 
menuItems:[ // REQUIRED!!
//[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
["TUSCANY LINKS"], //create header
["Tuscan Wine Tours", "http://tuscan-wine-tours.com/Florence_wine_tours.htm", "_new"],
["Rebecca's new restaurant", "http://www.cucina-popolare.com/", "_new"],
["Small organic winery", "http://www.renzomarinai.it/en_vini.html", "_new"],
["Vineyard Agritourism", "http://www.podereterreno.it/english.html", "_new"],
["Large winery", "http://www.ricasoli.it/", "_new"],
["Slow Food restaurant", "http://www.carlinovacanze.com/index.php?s=eng_ristorante", "_new"],
["Biodynamics explained", "http://www.biodynamics.com/", "_new"],   
["Biodynamic winery", "http://www.colombaia.it/index-en.html", "_new"],
["Farm Agritourism", "http://www.agriturismoilcastagnolino.com/index_en.asp", "_new"],
["Farm Winery Agritourism", "http://www.marronaia.com/home_en.asp", "_new"],
["Food Blog, Bologna", "http://www.worldfoodieguide.com/index.php/trattoria-meloncello-italian-review-bologna-italy-9510-by-helen-yuet-ling-pang/#comment-1987", "_new"],
["WE CARE ABOUT", "", ""], //create header
["Ocean Trash", "http://oceans.greenpeace.org/en/the-expedition/news/trashing-our-oceans", "_new"],
["Global Warming", "http://www.350.org", "new"],
["Christine", "2006_Christine.html", ""],

["Questions?", "mailto:ragtimedesigns@yahoo.com?subject=Question from Moonstruck website", "", 1, "no"], //create two column row, requires d_colspan:2 (the default)
["Comments?", "mailto:ragtimedesigns@yahoo.com?subject=Comments from Moonstruck website", "",1],

["CRUISER SITES", "", ""], //create header
["Steve Pam EIRENE", "http://www.eirenicadventure.com/", "_new"],
["David Lisa GYATSO", "http://www.gyatso.net/", "_new"],
["Mike Linda AQUILA", "http://www.svaquila.com/", "_new"],
["Camilla Sam KALESSIN", "http://kalessin-of-orwell.blogspot.com", "_new"],
["David Tni ROSARIO", "http://www.tnianddavid.com/", "_new"]  //no comma after last entry

]}; // REQUIRED!! do not edit or remove

////////////////////Stop Editing/////////////////

make_menus();