Code:
//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 subject", "", 1); //HEADER OPTION
addList("First-Select", "General Info", "", "General"); //HEADER OPTION
addList("First-Select", "Borrower Info", "", "Borrower");
addList("First-Select", "Lender Info", "", "Lender");
addList("First-Select", "Career Info", "", "Career");
addList("First-Select", "Media Kit Info", "", "Media");
addOption("General", "Select a subject", "", 1); //HEADER OPTION
addList("General", "How to subscribe to PayNet", "How to subscribe to PayNet");
addList("General", "PayNet analytical capabilities", "PayNet analytical capabilities");
addList("General", "PayNet predictive capabilities", "PayNet predictive capabilities");
addList("General", "Types of reports offered by PayNet", "Types of reports offered by PayNet");
addList("General", "Scores offered by PayNet", "Scores offered by PayNet");
addList("General", "Guidelines regulating PayNet", "Guidelines regulating PayNet");//END OF THIS NODE
addList("General", "General Information about PayNet", "General Information about PayNet");
addList("General", "Other", "Other");//END OF THIS NODE
addOption("Borrower", "Select a subject", "", 1); //HEADER OPTION
addList("Borrower", "Request own Credit History Report", "Request own Credit History Report");
addList("Borrower", "Cost to receive own Credit History Report", "Cost to receive own Credit History Report");
addList("Borrower", "Dispute pay history on the Credit History Report", "Dispute pay history on the Credit History Report");
addList("Borrower", "Dispute other entities on the Credit History Report", "Dispute other entities on the Credit History Report");
addList("Borrower", "Understanding the Credit History Report", "Understanding the Credit History Report");
addList("Borrower", "Commercial credit vs. consumer credit", "Commercial credit vs. consumer credit");
addList("Borrower", "Dispute other entities on the Credit History Report", "Dispute other entities on the Credit History Report");
addList("Borrower", "Understanding the Credit History Report", "Understanding the Credit History Report");
addList("Borrower", "Contract history reporting timeframe", "Contract history reporting timeframe");
addList("Borrower", "Negative incident reporting timeframe", "Negative incident reporting timeframe");
addList("Borrower","Other", "Other");
addOption("Lender", "Select a subject", "", 1); //HEADER OPTION
addList("Lender", "PayNet data sources", "PayNet’s data sources", "PayNet’s data sources");
addList("Lender", "How PayNet scores are derived", "How PayNet’s scores are derived");
addList("Lender", "Performance of PayNet’s scores", "Performance of PayNet’s scores");
addList("Lender", "PayNet analytical capabilities", "PayNet’s analytical capabilities");
addList("Lender", "PayNet predictive capabilities", "PayNet’s predictive capabilities");
addList("Lender", "Understanding the Credit History Report", "Understanding the Credit History Report");
addList("Lender", "Log-in assistance request", "Log-in assistance request");
addList("Lender", "Dispute resolution process", "Dispute resolution process");
addList("Lender", "PayNet member list", "PayNet member list");
addList("Lender", "Contract history reporting timeframe", "Contract history reporting timeframe");
addList("Lender", "Negative incident reporting timeframe", "Negative incident reporting timeframe");
addList("Lender", "Data security", "Data security");
addList("Lender", "Other", "Other");
addOption("Career", "Application and/or resume submission", "", 1); //HEADER OPTION
addList("Career", "Other", "Other");
addOption("Media", "Media Kit Request", "", 1); //HEADER OPTION
addList("Media", "Other", "Other");
HTML code:
Bookmarks