//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", "ProjectCategory");addOption("ProjectCategory", "Select an item", "", 1); //HEADER OPTIONaddList("ProjectCategory", "Cards", "Cards", "Cards");addList("ProjectCategory", "Stationary", "Stationary", "Stationary");addList("ProjectCategory", "Multi-Page Defined", "Multi-Page Defined", "MultiPageDefined");addList("ProjectCategory", "Multi-Page General", "Multi-Page General", "MultiPageGeneral");addList("ProjectCategory", "Single Page", "Single Page", "SinglePage");addList("ProjectCategory", "Specialty", "Specialty", "Specialty");addOption("Cards", "Select an item", "", 1); //HEADER OPTIONaddOption("Cards", "Business Card", "Business Card");addOption("Cards", "Greeting Card", "Greeting Card");addOption("Cards", "Rack Card", "Rack Card");addOption("Cards", "Postcard", "Postcard");addOption("Cards", "Other Card", "Other Card");addOption("Stationary", "Select an item", "", 1); //HEADER OPTIONaddOption("Stationary", "Envelopes", "Envelopes");addOption("Stationary", "Letterhead", "Letterhead");addOption("Stationary", "Pads", "Pads");addOption("Stationary", "Other", "Other");addOption("MultiPageDefined", "Select an item", "", 1); //HEADER OPTIONaddOption("MultiPageDefined", "Annual Reports", "Annual Reports");addOption("MultiPageDefined", "Calendars", "Calendars");addOption("MultiPageDefined", "Coupon Book", "Coupon Book");addOption("MultiPageDefined", "Magazines", "Magazines");addOption("MultiPageDefined", "Newspaper/Newsprint", "Newspaper/Newsprint");addOption("MultiPageGeneral", "Select an item", "", 1); //HEADER OPTIONaddOption("MultiPageGeneral", "Binders", "Binders");addOption("MultiPageGeneral", "Booklets", "Booklets");addOption("MultiPageGeneral", "Books: Hardcover", "Books: Hardcover");addOption("MultiPageGeneral", "Books: Softcover", "Books: Softcover");addOption("MultiPageGeneral", "Catalogs", "Catalogs");addOption("MultiPageGeneral", "Directories", "Directories");addOption("MultiPageGeneral", "Manuals", "Manuals");addOption("MultiPageGeneral", "Other", "Other");addOption("SinglePage", "Select an item", "", 1); //HEADER OPTIONaddOption("SinglePage", "Brochures", "Brochures");addOption("SinglePage", "Copies", "Copies");addOption("SinglePage", "Direct Mail", "Direct Mail");addOption("SinglePage", "Duplicating", "Duplicating");addOption("SinglePage", "Fliers", "Fliers");addOption("SinglePage", "Pamphlets", "Pamphlets");addOption("SinglePage", "Other", "Other");addOption("Specialty", "Select an item", "", 1); //HEADER OPTIONaddOption("Specialty", "Boxes", "Boxes");addOption("Specialty", "CD/DVD Packaging", "CD/DVD Packaging");addOption("Specialty", "Folders", "Folders");addOption("Specialty", "Labels", "Labels");addOption("Specialty", "Maps", "Maps");addOption("Specialty", "NCR Forms", "NCR Forms");addOption("Specialty", "Posters", "Posters");vaddOption("Specialty", "Signs", "Signs");
