function arrow(text,img,len){

	// return '<table><td><div class=m0l2iover>'+text+'</div></td><td align=right><img src='+img+' border=0></td></table>';

	for (var s = 0,S=''; s < len; s++) S+='&nbsp;'

	return text+S+'<img src='+img+' border=0>';

}



function sizing(text,len) {

	for (var s = 0,S=''; s < len; s++) S+='&nbsp;'

	return text+S;

}

var MENU_ITEMS = [

	['Home','/index.php','/index.php'],

	['About Us',' ../aboutus/corporate_profile.htm', null,

		['Company Profiles', '/aboutus/corporate_profile.htm'],

		['Client List','/aboutus/clients.htm'],

		['Careers','/aboutus/careers.htm'],

		['Our Beliefs','/aboutus/beliefs.htm'],

		['ISO 9001 Certification','/aboutus/iso.htm']

	],

	['Solutions', null, null,
		['Networking', '/networking/networking.htm'],
		[arrow('Radio Systems','/img/arrow.gif',5), '/radio/radio.htm',null,

			['Militarize Radio Systems<br>', '/radio/militarize.htm'],

			['HF Antenna Systems<br>', '/radio/hf.htm'],

			['Two-way Radios<br>','/radio/2_way.htm'],

			['Voice / Data Encryptor','/radio/encryptor.htm'],

			['Microwave Solutions','/radio/microwave.htm'],

			['Spectrum Management Systems','/radio/spectrum.htm'],

			['EMI Open Area Test Site','/radio/emi.htm'],

			['Communication Infrastructure','/radio/comm.htm'],

			['Sound FM/TV Broadcasting','/radio/fm_tv.htm'],

			['Digital Audio Broadcasting','/radio/dab.htm'],

			['Digital Video Broadcasting','/radio/dvb.htm'],

			['Air Traffic And Airport Project<br>','/radio/airport.htm']

		]

	],

	['Services', null, null,

		['Networking Services','/services/networking.htm'],

		['Radio Services','/services/radio.htm'],

		['Implementation Services','/services/implemented.htm'],

		['Remedy Contract Services','/services/contract.htm'],

		['Non-Contract Services','/services/non_contract.htm'],

		['Manage Services','/services/managed.htm'],

		['Fault Reporting Centre','/services/frc.htm'],

		['Training','/services/training.htm']

	],
	['Product',null,null,
		['Andrew','/product/andrew.htm'],
		['Security','/product/security.htm'],
		['IT Software & Appliances','/product/appliance.htm']
	]

];	



