//var hide_empty_list=true; //uncomment this line to hide empty selection lists
var disable_empty_list=true; //uncomment this line to disable empty selection lists

var onclickaction="goto" //set to "alert" or "goto". Former is for debugging purposes, to tell you the value of the final selected list that will be used as the destination URL. Set to "goto" when below configuration is all set up as desired.

var newwindow=0 //Open links in new window or not? 1=yes, 0=no.

/////DEFINE YOUR MENU LISTS and ITEMS below/////////////////

addListGroup("chainedmenu", "First-Select");

addOption("First-Select", "Select a topic", "", 1); //HEADER OPTION
addList("First-Select", "Company Information", "", "home");
addList("First-Select", "EZRTools Info", "", "prod");
addList("First-Select", "Support", "", "supp");
addList("First-Select", "Resources", "", "resc");
addOption("First-Select", "Home", "http://www.ezrtools.com/index.shtml");
addOption("First-Select", "Contact Us", "http://www.ezrtools.com/contactus.shtml");

addOption("home", "Select an item", "", 1); //HEADER OPTION
addOption("home", "About Us", "http://www.ezrtools.com/aboutus.shtml");
addOption("home", "Contact Us", "http://www.ezrtools.com/contactus.shtml");
addOption("home", "News", "http://www.ezrtools.com/newsreleases.shtml");
addOption("home", "Links", "http://www.ezrtools.com/links.shtml");
addOption("home", "Martin Works Inc.", "http://www.martinworks.com");


addOption("prod", "Select an item", "", 1); //HEADER OPTION
addOption("prod", "General Information", "http://www.ezrtools.com/productinfo.shtml");
addOption("prod", "Overview of Features", "http://www.ezrtools.com/overview.shtml");
addList("prod", "Detailed Features", "", "pro-feat");
addList("prod", "Screen Shots", "", "pro-ss");
addOption("prod", "EZRTools Free Trial", "http://www.ezrtools.com/freetrial.php");
addOption("prod", "Multi-Edit Free Trial", "http://www.multiedit.com/demo.php");
addOption("prod", "MeLite for SAS Free Trial", "http://www.multiedit.com/demo.php");
addOption("prod", "Buy it", "http://www.ezrtools.com/purchase.shtml");
addOption("prod", "EZRTools vs MeLite for SAS", "http://www.ezrtools.com/liteversion.shtml");

addOption("pro-feat", "Select an item", "", 1); //HEADER OPTION
addOption("pro-feat", "Summary", "http://www.ezrtools.com/features.shtml");
addOption("pro-feat", "Editor", "http://www.ezrtools.com/edittools.shtml");
addOption("pro-feat", "Templates", "http://www.ezrtools.com/templates.shtml");
addOption("pro-feat", "Integration-Debug", "http://www.ezrtools.com/rundebug.shtml");
addOption("pro-feat", "Power Tools", "http://www.ezrtools.com/powertools.shtml");

addOption("resc", "Select an item", "", 1); //HEADER OPTION
addOption("resc", "Downloads", "http://www.ezrtools.com/downloads.shtml");
addOption("resc", "Free Tools", "http://www.ezrtools.com/downloads.shtml");
addOption("resc", "Tips and Hints", "http://www.ezrtools.com/tipshints.shtml");
addOption("resc", "FAQ", "http://www.ezrtools.com/faq.shtml");

addOption("pro-ss", "Select an item", "", 1); //HEADER OPTION
addOption("pro-ss", "Directory", "http://www.ezrtools.com/screenshots.shtml");
addOption("pro-ss", "Log views", "http://www.ezrtools.com/logscreens.shtml");
addOption("pro-ss", "SAS tool views", "http://www.ezrtools.com/sastoolsscreen.shtml");
addOption("pro-ss", "Edit tool views", "http://www.ezrtools.com/edittoolscreens.shtml");
addOption("pro-ss", "Smart indenting", "http://www.ezrtools.com/smartindent.shtml");
addOption("pro-ss", "Templates", "http://www.ezrtools.com/controltemplate.shtml");
addOption("pro-ss", "Tool Animations", "http://www.ezrtools.com/animated.php?pick=ind");

addOption("supp", "Select an item", "", 1); //HEADER OPTION
addOption("supp", "Directory", "http://www.ezrtools.com/support.shtml");
addOption("supp", "Report a Bug", "http://www.ezrtools.com/reportbug.php");
addOption("supp", "Suggestions", "http://www.ezrtools.com/suggestions.php");
addOption("supp", "Ask a Question", "http://www.ezrtools.com/suggestions.php?action=ask");
addOption("supp", "Cancel Newsletter", "http://www.ezrtools.com/suggestions.php?action=cancel");
addOption("supp", "Signup for Newsletter", "http://www.ezrtools.com/signup.php");
addOption("supp", "Downloads", "http://www.ezrtools.com/downloads.shtml");
addOption("supp", "Patches", "http://www.ezrtools.com/downloads.shtml");
addOption("supp", "Free Tools", "http://www.ezrtools.com/downloads.shtml");
addOption("supp", "Tips and Hints", "http://www.ezrtools.com/tipshints.shtml");
addOption("supp", "FAQ", "http://www.ezrtools.com/faq.shtml");
addOption("supp", "Manual", "http://www.ezrtools.com/Manual/Contents.html");



