/***********************************************
* 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[1] = {
id:'menu1', //use unique quoted id (quoted) REQUIRED!!
menupos:"top",
fontsize:'100%', // express as percentage with the % sign
linkheight:20 ,  // linked horizontal cells height
hdingwidth:310 ,  // heading - non linked horizontal cells width
// Finished configuration. Use default values for all other settings for this particular menu (menu[1]) ///

menuItems:[ // REQUIRED!!
//[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
["Weather Links"], //create header
["Aurora Forecast", "http://www.gi.alaska.edu/aurora_predict/worldmap8.html", ""],
["Alaska NWS", "http://www.arh.noaa.gov/", ""],
["Weather Underground", "http://www.weatherunderground.com", ""],
["Tropical Weather  Center", "http://www.nhc.noaa.gov", ""],



["Extreme Places", "", ""], //create header
["Death Valley", "http://weather.yahoo.com/forecast/Death_Valley_CA_US_f.html", ""],
["Alert Canada", "http://www.weatherunderground.com/global/stations/71082.html", ""],
["Barrow Alaska", "http://www.weatherunderground.com/cgi-bin/findweather/getForecast?query=barrow", ""],  
["Phoenix Arizona", "http://www.weatherunderground.com/US/AZ/Phoenix.htm", ""],
["Fairbanks Alaska", "http://www.weatherunderground.com/US/AK/Fairbanks.htm", ""],
["Vostok Antarctica", "http://www.weatherunderground.com/cgi-bin/findweather/getForecast?query=vostok", ""],  
["Ojmjakon Siberia", "http://www.wunderground.com/global/stations/24688.html", ""],



["Geology", "", ""], //create header
["Current Earthquakes", "http://wwwneic.cr.usgs.gov", ""],
["Mount St Helens", "http://www.fs.fed.us/gpnf/volcanocams/msh/", ""],
["Cascade Volcano", "http://vulcan.wr.usgs.gov/", ""],  
["Alaska Volcano", "http://www.avo.alaska.edu/avo4/index.htm", ""],  
["Hawaii Volcano", "http://hvo.wr.usgs.gov/", ""], 

["Other Links", "", ""], //create header
["Town Lakes Animal Shelter", "http://www.ci.austin.tx.us/health/animal_services.htm", ""],
["Austin Pets Alive", "http://www.austinpetsalive.org/", ""],  

["Central Texas Parrothead club", "http://www.ctxphc.com/", ""] //no comma after last entry

]}; // REQUIRED!! do not edit or remove



////////////////////Stop Editing/////////////////

make_menus();