/***********************************************
* Omni Slide Menu script - © John Davenport Scheuer
* very freely adapted from Dynamic-FX Slide-In Menu (v 6.5) script- by maXimus
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full original source code
* as first mentioned in http://www.dynamicdrive.com/forums
* username:jscheuer1
***********************************************/

//One global variable to set, use true if you want the menus to reinit when the user changes text size (recommended):
resizereinit=true;

menu[1] = {
id:'menu1', //use unique quoted id (quoted) REQUIRED!!
fontsize:'90%', // express as percentage with the % sign
linkheight:22 ,  // linked horizontal cells height
hdingwidth:250 ,  // heading - non linked horizontal cells width
// Finished configuration. Use default values for all other settings for this particular menu (menu[1]) ///

menuItems:[ // REQUIRED!!
//[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
["Main Menu"], //create header
["Home Page", "http://www.picksnetwork.com/", "", 1, "no"], //create two column row, requires d_colspan:2 (the default)
["Free Picks", "http://www.picksnetwork.com/sports/showpage.php?page=1", "",1],
["Join - Sign Up", "http://www.picksnetwork.com/signup.html", "", 1, "no"], //create two column row, requires d_colspan:2 (the default)
["Terms of Service", "http://www.picksnetwork.com/sports/showpage.php?page=4", "",1],
["Tell a Friend", "http://www.picksnetwork.com/sports/recommend.php", "", 1, "no"], //create two column row, requires d_colspan:2 (the default)
["Contact Us", "http://www.picksnetwork.com/sports/contact.php", "",1],
["Reseller Menu"], //create header
["Become a Reseller", "http://www.picksnetwork.com/sports/showpage.php?page=19", "", 1, "no"], //create two column row, requires d_colspan:2 (the default)
["F.A.Q.'s", "http://www.picksnetwork.com/sports/showpage.php?page=42", "",1],
["Set-up Instructions", "http://www.picksnetwork.com/sports/showpage.php?page=28", "", 1, "no"], //create two column row, requires d_colspan:2 (the default)
["Demo Site", "http://www.fastpicks.com/", "_new",1],
["Get a FREE Site", "http://www.picksnetwork.com/sports/showpage.php?page=44", "", 1, "no"], //create two column row, requires d_colspan:2 (the default)
["Reseller Tools", "http://www.picksnetwork.com/sports/showpage.php?page=19", "",1],
["ATS Tools"], //create header
["ATS Stats & Matchup", "http://www.picksnetwork.com/sports/showpage.php?page=16", ""],
["Parlay Calculator", "http://www.picksnetwork.com/sports/showpage.php?page=17", ""],
["Betting Lines & Odds"], //create header
["NFL", "http://www.picksnetwork.com/sports/showpage.php?page=5", "", 1, "no"], //create two column row, requires d_colspan:2 (the default)
["MLB", "http://www.picksnetwork.com/sports/showpage.php?page=7", "",1],
["NBA", "http://www.picksnetwork.com/sports/showpage.php?page=6", "", 1, "no"], //create two column row, requires d_colspan:2 (the default)
["NHL", "http://www.picksnetwork.com/sports/showpage.php?page=8", "",1],
["NCAA Hoops", "http://www.picksnetwork.com/sports/showpage.php?page=9", "", 1, "no"], //create two column row, requires d_colspan:2 (the default)
["NCAA Football", "http://www.picksnetwork.com/sports/showpage.php?page=10", "",1],
["Full Tilt Poker", "", ""], //create header
["News", "http://www.picksnetwork.com/sports/showpage.php?page=11", "", 1, "no"], //create two column row, requires d_colspan:2 (the default)
["Pro Tips", "http://www.picksnetwork.com/sports/showpage.php?page=12", "",1],
["Promotions", "http://www.picksnetwork.com/sports/showpage.php?page=14", "", 1, "no"], //create two column row, requires d_colspan:2 (the default)
["Tournaments", "http://www.picksnetwork.com/sports/showpage.php?page=15", "",1],
["IQ Quiz", "http://www.picksnetwork.com/sports/showpage.php?page=13", "", 1, "no"], //create two column row, requires d_colspan:2 (the default)
["Commercial", "http://www.picksnetwork.com/sports/showpage.php?page=18", "",1],
["Quick Links"], //create header
["Ebay","http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=1&pub=5574630039&toolid=10001&campid=5335837053&customid=&ipn=psmain&icep_vectorid=229466&kwid=902099&mtid=824&kw=lg", "_new", 1, "no"], //create two column row, requires d_colspan:2 (the default)
["Skype", "http://www.tkqlhce.com/click-2111816-10576120", "_new",1],
["Google", "http://www.google.com/", "_new", 1, "no"], //create two column row, requires d_colspan:2 (the default)
["Yahoo",  "http://www.tkqlhce.com/click-2111816-10357002", "_new",1],
["Godaddy", "http://www.kqzyfj.com/oh70qiqemp36569B843547BC84A", "_new"]//no comma after last entry

]}; // REQUIRED!! do not edit or remove


////////////////////Stop Editing/////////////////

make_menus();