MENU_ITEMS0 = [
	[wrap_root1('Solutions'), 'solutions.php', {'sw':120}, 
		[wrap_child('Network Security'), 'network_security.php'],
		[wrap_child2('Intrusion Monitoring'), 'intrusion_monitoring.php'],
		[wrap_child2('Security Testing'), 'security_testing.php'],
		[wrap_child2('Email Encryption'), 'email_encryption_index.php'],
		[wrap_child('Network Management'), 'network_management.php'],
		[wrap_child2('Outsourced Services'), 'outsourced_services.php'],
		[wrap_child2('Help Desk'), 'help_desk.php'],
		[wrap_child('IP Telephony'), 'ip_telephony.php'],
		[wrap_child2('Cisco'), 'cisco_telephony.php'],
		[wrap_child2('ShoreTel'), 'shoretel_telephony.php'],
		[wrap_child('Cabling Services'), 'cabling.php'],
		[wrap_child2('Network Cabling'), 'network_cabling.php'],
		[wrap_child2('Cable Assembly'), 'cable_assembly.php']
	],
	[wrap_root2('About Us'), 'about_us.php', {'sw':119},
		[wrap_child('About Us'), 'about_us.php'],
		[wrap_child('Testimonials'), 'testimonials.php'],
		[wrap_child('Biographies'), 'biographies.php'],
		[wrap_child('Certifications'), 'certifications.php'],
		[wrap_child('Careers'), 'careers.php'],
		[wrap_child('Multimedia'), 'multimedia.php']
	],
	[wrap_root3('Partners'), 'partners.php', {'sw':122},
		[wrap_child('Partners'), 'partners.php'],
		[wrap_child('Memberships'), 'memberships.php']
	],
	[wrap_root4('News'), 'news.php', {'sw':85},
		[wrap_child('Press Releases'), 'news.php'],
		[wrap_child('Security Advisories'), 'security_advisories.php']

	],
	[wrap_root5('Events'), 'events/events.php', {'sw':100},
		[wrap_child('Upcoming Events'), 'events/events.php'],
		[wrap_child('Webinars'), 'webinars.php']
	],
	[wrap_root6('Contact Us'), 'contact_us.php', {'sw':143},
		[wrap_child('Contact Info'), 'contact_us.php'],
		[wrap_child('Email Us'), 'mailto:info@dcninc.com']
	],
	[wrap_root7('Search'), 'search.php', {'sw':111},
		[wrap_child('Search'), 'search.php'],
		[wrap_child('Site Map'), 'sitemap.php']
	]
]

i0 = new Image(); i0.src = "images/mid_nav_button_1.jpg";
i1 = new Image(); i1.src = "images/mid_nav_button_2.jpg";
i2 = new Image(); i2.src = "images/mid_nav_button_3.jpg";
i3 = new Image(); i3.src = "images/mid_nav_button_4.jpg";
i4 = new Image(); i4.src = "images/mid_nav_button_5.jpg";
i5 = new Image(); i5.src = "images/mid_nav_button_6.jpg";
i6 = new Image(); i6.src = "images/mid_nav_button_7.jpg";

function wrap_root1() {
	return ['<img src="images/mid_nav_button_1.jpg" width="120" height="30">','<img src="images/mid_nav_button_1b.jpg" width="120" height="30">','<img src="images/mid_nav_button_1b.jpg" width="120" height="30">']
}

function wrap_root2() {
	return ['<img src="images/mid_nav_button_2.jpg" width="119" height="30">','<img src="images/mid_nav_button_2b.jpg" width="119" height="30">','<img src="images/mid_nav_button_2b.jpg" width="119" height="30">']
}

function wrap_root3() {
	return ['<img src="images/mid_nav_button_3.jpg" width="122" height="30">','<img src="images/mid_nav_button_3b.jpg" width="122" height="30">','<img src="images/mid_nav_button_3b.jpg" width="122" height="30">']
}

function wrap_root4() {
	return ['<img src="images/mid_nav_button_4.jpg" width="85" height="30">','<img src="images/mid_nav_button_4b.jpg" width="85" height="30">','<img src="images/mid_nav_button_4b.jpg" width="85" height="30">']
}

function wrap_root5() {
	return ['<img src="images/mid_nav_button_5.jpg" width="100" height="30">','<img src="images/mid_nav_button_5b.jpg" width="100" height="30">','<img src="images/mid_nav_button_5b.jpg" width="100" height="30">']
}

function wrap_root6() {
	return ['<img src="images/mid_nav_button_6.jpg" width="143" height="30">','<img src="images/mid_nav_button_6b.jpg" width="143" height="30">','<img src="images/mid_nav_button_6b.jpg" width="143" height="30">']
}

function wrap_root7() {
	return ['<img src="images/mid_nav_button_7.jpg" width="111" height="30">','<img src="images/mid_nav_button_7b.jpg" width="111" height="30">','<img src="images/mid_nav_button_7b.jpg" width="111" height="30">']
}

function wrap_child (text) {
	return '&nbsp;&nbsp;' + text + '&nbsp;&nbsp;';
}

function wrap_child2 (text) {
	return '&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;' + text + '&nbsp;&nbsp;';
}