/***********************************************
* 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] = {  //This menu uses the defaults and so requires only this declaration (REQUIRED!!), an id and links
id:'menu1', //use unique quoted id (quoted) REQUIRED!!
bartext:'Quick Navigator',
menupos:'right',
kviewtype:'fixed', 
menutop:50,
hdingwidth:240,  
allowtransparent:true,
menuItems:[ // REQUIRED!!
//[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
["Main Menu"],
["Wildlife","../../planet/wildlifesl/index.html", ""],
["Heritage","../visitsl/citymenu.htm", ""],
["Prehistoric","../visitsl/prehistoric/prehistoricmenu.htm", ""],
["Attractions","../../planet/naturesl/index.html", ""],

["Waterfalls","../visitsl2/index.html", ""],
["Ancient Capitals"], //create header
["Anuradhapura","../anuradhapura/index.html", ""],
["Polonnaruwa","index.html", ""],
["Kotte","../../planet/heritagesl/kotte/kotte.htm", ""],
["Kandy","../../planet/kandy/index.html", ""],
["Polonnaruwa"],
["Places of Interest","index.html#int", ""],
["Places (alphabatical order)","places_in_pollonnaruwa.htm", ""],
["Other Historical Sites","index.html#other", ""],
["Other Sites","index.html#other2", ""],
[""],
["Rulers of Polonnaruwa","index.html#rulers", ""]
//no comma after last entry

]}; // REQUIRED!! do not edit or remove

////////////////////Stop Editing/////////////////

make_menus();