var MENU_ITEMS1 = [
	[wrap_root_1(), null, null,
		['Home page', './index.php', {'tw':'_self', 'tt':'Return to the home page ...'}]
	],
	[wrap_root_2(), null, null,
		['Computer Solutions', './computer-solutions.php', {'tw':'_self', 'tt':'Systems information'}],
		['Consulting', './consulting.php', {'tw':'_self', 'tt':'Network hardware and software planning'}],
		['Networking', './networking.php', {'tw':'_self', 'tt':'Systems analysis and design'}]
	],
	[wrap_root_3(), null, null,
		['General information', './sharp.php', {'tw':'_self', 'tt':'Systems we sell and support'}],
		['Copiers / Printers', './copiers.php', {'tw':'_self', 'tt':'Monochrome and color systems'}],
		['Awards', './award-1.php', {'tw':'_self', 'tt':'View industry awards'}]
	],
	[wrap_root_4(), null, null,
		['New Web Site Design', './web-design.php', {'tw':'_self', 'tt':'Innovative and attractive site designs'}], 
		['Site Hosting', './web-hosting.php', {'tw':'_self', 'tt':'For a stable and affordable web host, call us !'}], 
		['Site Mainenance', './web-maint.php', {'tw':'_self', 'tt':'For a stable and affordable web host, call us !'}], 
		['Search Engine Optimization', './search-engine.php', {'tw':'_self', 'tt':'Can your customers find you ?'}]
	],
	[wrap_root_5(), null, null,
		['Copying and Scanning', './printing-services.php', {'tw':'_self', 'tt':'We provide a full range of copying and scanning services'}],
		['Carbonless Forms', './carbonless.php', {'tw':'_self', 'tt':'Great for invoices and shipping documents'}]
	],
	[wrap_root_6(), null,  null,
		['Driver downloads', './copier-drivers.php',  {'tw':'_self', 'tt':'Drivers for all of our multi-function copiers'}],
		['Ask a question', './ask-us-1.php',  {'tw':'_self', 'tt':'Ask us a question - we can find the answer !'}]
	],
	[wrap_root_7(), null,  null,
		['Contact Us ...', './contact-us-1.php', {'tw':'_self', 'tt':'Drop us a note ...'}],
		['Locate Us ...', './google-map.php', {'tw':'_self', 'tt':'Get a map to our location'}],
		['About Netlink', './about-us-1.php', {'tw':'_self', 'tt':'A little history about Netlink'}], 
		['Mission Statement', './mission-1.php', {'tw':'_self', 'tt':'Our company goals'}]
	]
];

i0 = new Image(); i0.src = "images/menu-item-home.jpg";
i1 = new Image(); i1.src = "images/menu-item-home.jpg";
i2 = new Image(); i2.src = "images/menu-item-solutions.jpg";
i3 = new Image(); i3.src = "images/menu-item-solutions.jpg";
i4 = new Image(); i4.src = "images/menu-item-digital.jpg";
i5 = new Image(); i5.src = "images/menu-item-digital.jpg";
i6 = new Image(); i6.src = "images/menu-item-website.jpg";
i7 = new Image(); i7.src = "images/menu-item-website.jpg";
i8 = new Image(); i8.src = "images/menu-item-printing.jpg";
i9 = new Image(); i9.src = "images/menu-item-printing.jpg";
i10 = new Image(); i10.src = "images/menu-item-support.jpg";
i11 = new Image(); i11.src = "images/menu-item-support.jpg";
i12 = new Image(); i12.src = "images/menu-item-contact.jpg";
i13 = new Image(); i13.src = "images/menu-item-contact.jpg";

function wrap_root_1() {
	return ['<img src="images/menu-item-home.jpg" width="129" height="19">','<img src="images/menu-item-home.jpg" width="129" height="19">','<img src="images/menu-item-home.jpg" width="129" height="19">']
}

function wrap_root_2() {
	return ['<img src="images/menu-item-solutions.jpg" width="129" height="19">','<img src="images/menu-item-solutions.jpg" width="129" height="19">','<img src="images/menu-item-solutions.jpg" width="129" height="19">']
}

function wrap_root_3() {
	return ['<img src="images/menu-item-digital.jpg" width="129" height="19">','<img src="images/menu-item-digital.jpg" width="129" height="19">','<img src="images/menu-item-digital.jpg" width="129" height="19">']
}

function wrap_root_4() {
	return ['<img src="images/menu-item-website.jpg" width="129" height="19">','<img src="images/menu-item-website.jpg" width="129" height="19">','<img src="images/menu-item-website.jpg" width="129" height="19">']
}

function wrap_root_5() {
	return ['<img src="images/menu-item-printing.jpg" width="129" height="19">','<img src="images/menu-item-printing.jpg" width="129" height="19">','<img src="images/menu-item-printing.jpg" width="129" height="19">']
}

function wrap_root_6() {
	return ['<img src="images/menu-item-support.jpg" width="129" height="19">','<img src="images/menu-item-support.jpg" width="129" height="19">','<img src="images/menu-item-support.jpg" width="129" height="19">']
}
function wrap_root_7() {
	return ['<img src="images/menu-item-contact.jpg" width="129" height="19">','<img src="images/menu-item-contact.jpg" width="129" height="19">','<img src="images/menu-item-contact.jpg" width="129" height="19">']
}

