/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	['Home', 'index.html', null,
		['Programming Lineup', 'http://lucasvalley.net/cgi-bin/tvlist2.cgi', null,
		 	['Television', 'http://lucasvalley.net/cgi-bin/tvlist2.cgi'],
			['FM Radio', 'fm.html'],
		],
		['Special Offers', 'index.html#digitalphone'],
		['Articles', 'index.html#articles', null,
			['Article Index', 'index.html#articleindex'],
		],
		['Contact Information', 'contact.html'],
		['System Status', 'status.html'],
		['About Lucas Valley Cable', 'about.html'],
		['Contacting LVC', 'contact.html'],
		['Log In', 'support.html#login'],
	],
	['TV', 'tvplans.html', null,
		['TV Plans', 'tvplans.html'],
		['Programming Lineup', 'http://lucasvalley.net/cgi-bin/tvlist2.cgi', null,
		 	['Television', 'http://lucasvalley.net/cgi-bin/tvlist2.cgi'],
			['FM Radio', 'fm.html'],
		],
		['Cable Boxes', 'cablebox.html'],
		['TiVo HD DVRs', 'tivo.html'],
		['FAQs', null, null,
		 	['Cable Channel Numbers', 'faqchannels.html'],
			['DIY Home Wiring Help', 'tvinfo.html'],
		],
		['Digital TV', 'digitaltv.html',null,
		 	['Cable Boxes','digitaltv.html#cableboxes'],
			['HDTV', 'digitaltv.html#hdtv'],
		 ],
		['High Definition TV', 'hdtv.html'],
		['Home Wiring', 'wiring.html'],
	],
	['Internet', null, null,
		['Internet Plans', 'iplans.html', null,
		 	['Single Computer Plans Plan', 'iplans.html'],
			['Wired Network Plans', 'iplans.html'],
			['Wireless Option', 'iplans.html#wireless'],
			['Custom Plans', 'iplans.html#customize'],
			['Get Order Form', 'order.pdf'],
		],
		['E-Mail and Web Hosting', 'hosting.html',null,
		 	['Anti-Spam', 'spam.html']
		],
		['Custom Domain Names', 'domains.html'],
		['Servers', null, null,
		 	['In-Plan Servers', 'iplans.html#serverfeatures'],
			['Advanced Servers', 'servers.html'],
		],
		['Home Networks', 'networks.html'],
	 ],
	['Digital Phone', null, null,
	 	['Phone Plan','digitalphone.html'],
	 	['Summary of Features', 'phonefeatures.html'],
		['Three Examples', 'digitalphonehookups.html'],
		['International Rates', 'phoneInternational.html'],
		['LV Digital Phone FAQs', 'LVCPhoneFAQs.pdf'],
		['Customer Access', 'http://www.mydigitalservices.com/frmLoginNew.aspx?SID=1245&CID=999&GID=195&CT=MTRESLVC'],
	 ],
	['Support', 'support.html', null,
		['Online Help', 'http://lucasvalley.net/cgi-bin/ttree.cgi'],
		['Log In', 'support.html#login'],
		['Send E-mail ...',null,null,
		 	['to Support', 'mailto:support@lucasvalley.net'],
			['to Billing', 'sraworks@aol.com'],
		],
		['Spam Solutions', 'spam.html'],
		['iManager', 'imanager.html', null,
		 	['lucasvalley.net login', 'http://lucasvalley.net/imanager/'],
			['lvha.net login', 'http://lvha.net/imanager/'],
		 ],
		['FAQs','faqs.html', null,
		 	['Broadband Internet', 'faqbroadband.html'],
			['Cable Channels', 'faqchannels.html'],
		 	['Custom Domain Names', 'faqdomains.html'],
		 	['Digital Cable Boxes','faqdsr470.html'],
			['Internet Telephones (VoIP)', 'faqvoip.html'],
			['MAC Addresses','faqmac.html'],
			['Routers and IP Addresses', 'faqrouters.html'],
			['Wireless Internet', 'faqwireless.html'],
		],
		['Wizards',null,null,
		 	['Username Check','hosting.html#usernamewizard'],
			['Domain Name Check', 'domains.html#domainwizard'],
		],
		['System Status', 'status.html'],
		['Contacting LVC', 'contact.html'],
		],
];


