//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="alert" //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 an item", "", 1); //HEADER OPTION
addList("First-Select", "728X90 - Leaderboard", "", "728x90");
addList("First-Select", "468X60 - Full Banner", "", "468x60");
addList("First-Select", "160X600 - Wide Skyscraper", "", "160x600");
addList("First-Select", "336x280 - Large Rectangle", "", "336x280");
addList("First-Select", "300x250 - Medium Rectangle", "", "300x250");
addList("First-Select", "120x240 - Vertical Banner", "", "120x240");
addList("First-Select", "125x125 - Square Button", "", "125x125");


addOption("728x90", "Select an item", "", 1); //HEADER OPTION
addList("728x90", "Home Page", "Available !");
addList("728x90", "Web FTP" ,"Available !");
addList("728x90", "PR Checker", "Available !"); 
addList("728x90", "Links Validator", "Available !"); 
addList("728x90", "Speed Test", "Available !"); 
addList("728x90", "URL Redirect", "Available !"); //END OF THIS NODE

addOption("468x60", "Select an item", "", 1); //HEADER OPTION
addList("468x60", "Blog", "Available !");
addList("468x60", "ZipMe", "Available !");
addList("468x60", "Links Validator", "Available !");
addList("468x60", "Speed test" ,"Available !"); //END OF THIS NODE

addOption("160x600", "Select an item", "", 1); //HEADER OPTION
addList("160x600", "ZipMe" ,"Available !");
addList("160x600", "Inbox" ,"Available !"); //END OF THIS NODE

addOption("336x280", "Select an item", "", 1); //HEADER OPTION
addList("336x280", "URL Redirect" ,"Available !"); //END OF THIS NODE

addOption("300x250", "Select an item", "", 1); //HEADER OPTION
addList("300x250", "Blog", "Available !");
addList("300x250", "Web FTP", "Available !"); //END OF THIS NODE

addOption("120x240", "Select an item", "", 1); //HEADER OPTION
addList("120x240", "Inbox", "Available !"); //END OF THIS NODE

addOption("125x125", "Select an item", "", 1); //HEADER OPTION
addList("125x125", "Speed test", "Available !"); //END OF THIS NODE