/***********************************************
* 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:'120%', // express as percentage with the % sign
linkheight:24 ,  // linked horizontal cells height
hdingwidth:220,  // 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
["Online Tools"], //create header
["CB Pirate", "http://www.freesite2you.com/CBpirate.php", ""],
["$1000 in 30 days", "http://www.freesite2you.com/30DayWealth.php",""],
["Copy the Blueprint", "http://www.freesite2you.com", ""],
["Forex Earning", "http://www.freesite2you.com/10MinForex.php", ""],
["My Dish Biz", "http://www.freesite2you.com/MyDishBiz.php", ""],
["Earn Online Today", "http://www.freesite2you.com/CommisionBlueprint.php", ""],


["Usefull Links", "", ""], //create header
["Free traffic", "http://www.freetrafficsystem.com/a.php?p=30193", "_new"],
["Free Domain", "http://www.co.cc/?id=183060", "_new"],
["Online Tools", "http://c32384e-q803yh5jnl-90lo3ob.hop.clickbank.net/", "_new"]  //no comma after last entry

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


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

make_menus();