var states = ['mout', 'mover', 'mdown'],
 	 MENU_ITEMS0 =[
		[wrap_root( 'Home'),'http://www.chattanoogaservice.com/index.php', {'bw' : 180}		], 
		[wrap_root( 'Re-Certified Units'),'http://www.chattanoogaservice.com/Re-Cert-File/Listing8-3-10PDF.pdf', {'bw' : 180}		], 
		[wrap_root( 'Repair Return Form'),'http://www.chattanoogaservice.com/php_rma/rma_user.php', {'bw' : 180},
			[wrap_par('Online RMA Form',1),'http://www.chattanoogaservice.com/php_rma/rma_user.php',null			] 
		], 
		[wrap_root( 'Admin RMA'),'http://www.chattanoogaservice.com/php_techrma/admin_index.php', {'bw' : 180},
			[wrap_par('Online RMA Form',1),'php_rma/rma_user.php',null			] 
		], 
		[wrap_root( 'Units Serviced'),'', {'bw' : 180},
			[wrap_par('Accu-MedSupply',1),'',null			], 
			[wrap_par('Amrex',1),'',null			], 
			[wrap_par('Chattanooga Group / DJO',1),'http://www.chattanoogaservice.com/php_chattanoogagroup.php',null, 
				['&nbsp;Manufactured (Current Units) Product Service','http://www.chattanoogaservice.com/php_chattanoogagroup_man.php',null],				['&nbsp;Non-Production Units','http://www.chattanoogaservice.com/php_chattanoogagroup.php',null]			], 
			[wrap_par('Dynatronics',1),'',null			], 
			[wrap_par('Mettler Electronics',1),'',null, 
				['&nbsp;Ultrasound, Stimulators & Combo Units','',null]			] 
		], 
		[wrap_root( 'Replacement Parts'),'http://www.chattanoogaservice.com/php_maincategorylist.php?id=44', {'bw' : 180}		] 
]; 
function wrap_par (text,pos, icon) { 
var res=[]; 
for (var i=0; i<3; i++) 
res[i]=['<table cellpadding=0 cellspacing=0 border=0 width=100%><tr><td width=100% class="minner">&nbsp;', icon == null ? '' : ('<img height="16" width="15" src="' + (icon ? 'icons1/'+icon : 'menu_files/pixel') + '.gif" align="absmiddle">'), ' ', text, '</td>', pos?['<td nowrap>&nbsp;<img src="icons1/', i, 'rarrow.gif" width=12 height=12 align="absmiddle">&nbsp;</td>'].join(''):'', '</tr></table>'].join(''); 
return res; 
}function wrap_root (text) { 
var res = [];
for (var i=0; i<3; i++) 
res[i] = ['&nbsp;', text, '&nbsp;<img src="icons1/', i, 'darrow.gif" width="12" height="12" align="absmiddle">&nbsp;'].join(''); 
return res; 
}
