/*
  --- 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.php',{'tt':'Middle Path Online home page '}],
	['Site creation', 'website_creation.php',  {'tt':'The steps involves in creating a website for a small business'}],
	['Hosting', 'hosting.php',  {'tt':'Website hosting plans and prices '}],
	['Domains', 'http://whitelabel.planetdomain.com/middlepath/',{'tt':'DIY Domain registration, renewals and transfers '}],
	['Portfolio', 'websites_weve_made.php', {'tt':'Take a look at some of the websites weve created ( and continue to maintain)'}],	
	['Enquiries', 'website_enquiries.php', {'tt':'Want a website? Need more information? heres where to ask a question'}],
	['Contact', 'contact.php', {'tt':'contact details for Middle Path Online'}],
	['About', 'about.php', {'tt':'background information on Middle Path Online'}],
	['Terms', 'termsofservice.php', {'tt':'Terms of Service we are required to pass on to our customers'}],
	['Usage', 'acceptableusepolicy.php', {'tt':'Acceptable Use Policy we are required to pass on to our customers'}],
];
/* Tigra Menu items structure */


function infobubl (text) {
	return '<table width=220 cellpadding="5" cellspacing="0" border="2" bordercolor="#339900" bordercolordark="#336600" bordercolorlight="#00cc00"><tr><td width="200" class="infoblock">' + text + '</td></tr></table>';
}
function infoblck (text) {
	return  '<table height=300 width=290 cellpadding="5" cellspacing="0" border="2"><tr><td width="290" class="infoblock"><div class="infoblock">' + text + '</div></td></tr></table>';
}

/* 
,
		['Menu Item Text', 'URL',null,
			[infobubl('Expanded description')]]
*/