//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", "Catgeory");

addOption("Catgeory", "Brand", "", 1); //HEADER OPTION
addList("Catgeory", "Audi", "", "Audi");
addList("Catgeory", "BMW", "", "BMW");
addList("Catgeory", "Chevrolet", "", "Chevrolet");
addList("Catgeory", "Honda", "", "Honda");
addList("Catgeory", "Hyundai", "", "Hyundai");
addList("Catgeory", "Lexus", "", "Lexus");
addList("Catgeory", "Mitsubishi", "", "Mitsubishi");
addList("Catgeory", "Nissan", "", "Nissan");
addList("Catgeory", "Porsche", "", "Porsche");
addList("Catgeory", "Toyota", "", "Toyota");
addList("Catgeory", "Volkswagen", "", "Volkswagen");
addList("Catgeory", "Engine", "", "Engine");

addOption("Audi", "Select an Model", "", 1); 
addOption("Audi", "R8", "model_9-1.html");
addOption("Audi", "S5 Sportback", "model_20-1.html");

addOption("BMW", "Select an Model", "", 1); 
addOption("BMW", "M3 (E92)", "model_10-1.html");

addOption("Chevrolet", "Select an Model", "", 1);
addOption("Chevrolet", "Camaro", "model_21-1.html");
addOption("Chevrolet", "Corvette Z06", "model_16-1.html");
addOption("Chevrolet", "Corvette ZR1", "model_19-1.html");
addOption("Chevrolet", "Cobalt SS 2008", "model_12-1.html");

addOption("Honda", "Select an Model", "", 1);
addOption("Honda", "FCX Clarity", "model_6-1.html");
addOption("Honda", "Civic Si 2009", "model_8-1.html");
addOption("Honda", "Civic Sedan 2010", "model_18-1.html");

addOption("Hyundai", "Select an Model", "", 1);
addOption("Hyundai", "Genesis Coupe 2010", "model_17-1.html");

addOption("Lexus", "Select an Model", "", 1);
addOption("Lexus", "IS F", "model_3-1.html");
addOption("Lexus", "IS 359 2009", "model_4-1.html");

addOption("Mitsubishi", "Select an Model", "", 1); 
addOption("Mitsubishi", "Evo X", "model_11-1.html");
addOption("Mitsubishi", "Lancer RalliArt 2009 ", "model_14-1.html");

addOption("Nissan", "Select an Model", "", 1); 
addOption("Nissan", "GTR 2008", "model_13-1.html");
addOption("Nissan", "370Z 2009", "model_1-1.html");

addOption("Porsche", "Select an Model", "", 1); 
addOption("Porsche", "997 GT3 RS", "model_15-1.html");

addOption("Toyota", "Select an Model", "", 1); 
addOption("Toyota", "Prius 2009", "model_5-1.html");
addOption("Toyota", "Camry", "model_7-1.html");

addOption("Volkswagen", "Select an Model", "", 1); 
addOption("Volkswagen", "Golf R 2010", "model_22-1.html");
addOption("Volkswagen", "Scirocco 2009", "model_2-1.html");

addOption("Engine", "Select an Model", "", 1); 
addOption("Engine", "V6 VVTi ", "engine.html");