//One global variable to set, use true if you want the menus to reinit when the user changes text size (recommended):
resizereinit=true;

menu[3] = {
id:'menu3', //use unique quoted id (quoted) REQUIRED!!
bartext:'QUICK LINKS',
menupos:'top',
kviewtype:'fixed', 
menuItems:[ // REQUIRED!!
//[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
["Menu"], //create header
["Joint Ventures", "#jointventures", ""],
["Web 2.0", "#web20", ""],
["JV System", "#jvsystem", ""],
["Chapter #1", "#chapter1", ""],
["Chapter #2", "#chapter2", ""],
["Chapter #3", "#chapter3", ""],
["Chapter #4", "#chapter4", ""],
["Chapter #5", "#chapter5", ""],
["Chapter #6", "#chapter6", ""],
["Bonuses", "#bonuses", ""],
["Guarantee", "#guarantee", ""],
["Sneak Peak View", "#sneak", ""],
["Order Now!", "#order", ""],

["Contact", "http://www.web2jointventuresecrets.com/support/contact.html", "blank", 1, "no"], //create two column row, requires d_colspan:2 (the default),
["Top", "#top", "",1] //no comma after last entry

]}; // REQUIRED!! do not edit or remove

////////////////////Stop Editing/////////////////

make_menus();