/* --- menu items --- */
var MENU_ITEMS0 = [
	['Home', '/'],
	['Hosting', null, null,
			['Unix Plans', '/hosting/index.php'],
			['SSL Secure Certificates', '/ssl/']
	],
	['Domain Names', '/domain/search.html', null,
		['Search & Register', '/domain/search.html'],
		['Manage', '/domain/manage.php'],
		['Renew', '/domain/renew.html'],
		['Transfer', '/domain/domaintransfer.html']
	],
	['Ecommerce', null, null,
		['PDG Cart', '/pdgcart/', null,
			['Sample PDG Store', 'http://www.dbestimating.com/store.shtml'],
			['PDG Customization', '/pdg-customization.html'],
			['Force WWW', '/search-engine-friendly-shopping-cart/usewww.shtml']
		],
		['SSL Secure Certificates', '/ssl/'],
		['Gift Certificate System', '/giftsystem.html']
	],
	['Support', '/support/', null,
		['Control Panel Login', '/support/cplogin.html'],
		['Contact Us', '/contact.php'],
		['Meta Tag Generator', '/meta/'],
		['Terms of Service', '/hosting/tos.html']
	],
	['Business Help', null, null,
		['Resource Listing', '/business.html']
	]
];


