/* --- menu items --- */
var MENU_ITEMS = [
	['Company<img src="Images/point-down.gif" width=10 height=9 hspace=2 border=0 align="middle">', null,
		['<div style="background:#70daaa">About Us</div>', 'Company/index.htm'],
		['<div style="background:#70daaa">Mission</div>', 'Company/mission.htm'],
		['<div style="background:#70daaa">Contact</div>', 'Public/Mail/contactmail.cfm'],
		['<div style="background:#70daaa">Site Map</div>', 'Services/index.htm'],
		['<div style="background:#70daaa">Guarantee</div>', 'Public/guarantee.htm'],
		],
	['Products<img src="Images/point-down.gif" width=10 height=9 hspace=2 border=0 align="middle">', null,
		['<div style="background:#70daaa">Overview</div>', 'Products/index.htm',],
		['<div style="background:#70daaa">Buy-Try-Demo</div>', 'Order/index.htm',
			],
		['Storefronts<img src="Images/point.gif" width=9 height=10 hspace=5 border=0 align="middle">', null,
			['overview', 'Products/Storefronts/index.htm'],
			['recomended', 'Products/Storefronts/recomend.htm'],
			['webPeddle', 'Products/Storefronts/webpeddle.htm'],
			['PeddleGold', 'Products/Storefronts/peddlegold.htm'],
			['MyStore', 'Products/Storefronts/mystore.htm'],
			],
		['BackOffice<img src="Images/point.gif" width=9 height=10 hspace=5 border=0 align="middle">', null,
			['overview', 'Products/BackOffice/index.htm'],
			['recomended', 'Products/BackOffice/recomend.htm'],
			['IAMS', 'Targets/iams.cfm'],
			['BakPak', 'Products/BackOffice/bakpak.htm'],
			],
		['<div style="background:#70daaa">CFpingPRO</div>', 'Products/CFpingPRO/index.htm'],
		],
	['Servics<img src="Images/point-down.gif" width=10 height=9 hspace=2 border=0 align="middle">', null,
		['Login<img src="Images/point.gif" width=9 height=10 hspace=5 border=0 align="middle">', null,
			['IAMS','http://webPeddle.net/NIAMS/Console/login.htm'],
			['BakPak', 'http://ImagineNation.com/BakPak/Services/login.htm'],
			['PeddleGold', 'http://webPeddle.net/Gold/Manage/login.cfm'],
			['Partner', 'Affiliates/index.cfm'],
			],
		['Public<img src="Images/point.gif" width=9 height=10 hspace=5 border=0 align="middle">', 'Public/Q-A/index.cfm',
			['Q-A Forum', 'Public/Q-A/index.cfm'],
			['Newsletters', 'Public/Newsletters/index.htm'],
			['IP Lookup', 'Public/Whois/lookup.cfm'],
			['Order Status', 'Public/orderstatus.cfm'],
			],
		['Partner<img src="Images/point.gif" width=9 height=10 hspace=5 border=0 align="middle">', 'Public/Q-A/index.cfm',
			['Sign Up', 'Affiliates/join.htm'],
			['Login', 'Affiliates/index.cfm'],
			],
		['Mail<img src="Images/point.gif" width=9 height=10 hspace=5 border=0 align="middle">', null,
			['Contact', 'Public/Mail/contactmail.cfm'],
			['Signup', 'Public/Mail/subscribe.cfm'],
			['Remove', 'Public/Mail/unsubscribe.cfm'],
			],
		['<div style="background:#70daaa">Daily News</div>', 'Public/News/news.htm'],
		['<div style="background:#70daaa">Marketing + CC</div>', 'Public/sales.htm'],
		],
	['Articles<img src="Images/point-down.gif" width=10 height=9 hspace=2 border=0 align="middle">', null,
		['<div style="background:#70daaa">White papers</div>', 'Articles/index.htm'],
		['<div style="background:#70daaa">Newsletters</div>', 'Public/Newsletters/index.htm'],
		['<div style="background:#70daaa">Daily News</div>', 'Public/News/news.htm'],
		['<div style="background:#70daaa">Casino</div>', 'Casino/index.htm'],
		],

	['<div style="text-decoration:underline">Contact</div>', 'Public/Mail/contactmail.cfm'
		],

['Orders<img src="Images/point-down.gif" width=10 height=9 hspace=2 border=0 align="middle">', null,
		['<div style="background:#70daaa">Subscriptions</div>', 'Order/index.htm'],
		['<div style="background:#70daaa">Newsletters</div>', 'Public/Newsletters/index.htm'],
		['<div style="background:#70daaa">Order Status</div>', 'Public/orderstatus.cfm'],
		],
	];

