/* --- menu items --- */

var MENU_ITEMS0 = [
	[wrap_button('systems'), '/systems/index.asp', null,
		['Overview', '/systems/index.asp', null],
		['Corrugated Containers', '/systems/corrugated.asp', null],
		['PRO Display Video', '/systems/pro-displayVideo.asp', null],
		['System Integration', '/systems/integration.asp', null],
		['Plastic Processing', '/systems/plastic.asp', null],
		['Control Panel Design', '/systems/paneldesign.asp', null],
		['Machine Solutions', '/systems/machine.asp', null]
	],
	[wrap_button('products'), '/products/index.asp', null,
		['Overview', '/products/index.asp', null],
		['Drives', '/products/drives.asp', null],
		['Motion Control', '/products/motion.asp', null],
		['Control Components', '/products/control.asp', null],
		['Mechanical Components', '/products/mechanical.asp', null],
		['ServoLinear', 'http://www.servolinear.com', null],
	],
	
	[wrap_button('applications'), '/applications/index.asp', null,
		['Overview', '/applications/index.asp', null],
		['Doublebacker', '/pdfs/APP-doublebacker.pdf', null],
		['AC Singlefacer', '/pdfs/APP-singlefacer.pdf', null],
		['Newspaper Press Drive', '/pdfs/APP-newspaper.pdf', null],
		['Tube Mill Drive', '/pdfs/tube-mill-drive.pdf', null],
		['Juice Crate Packer', '/pdfs/juice-crate-packer.pdf', null],
		['Flying Cut-Off Saw', '/pdfs/flying-cutoff-saw.pdf', null],
		['Converting Machine', '/pdfs/converting-machine.pdf', null],
	],
	
	[wrap_button('videos'), '/products/videos.asp', null,
				 
	],
		
	
	[wrap_button('about'), '/about/index.asp', null,
		
	],
	
	[wrap_button('news'), '/news/index.asp', null,
		
	],
	[wrap_button('contact'), '/contact/index.asp', null,
		
	]
];

function wrap_button (text) {
	var res=[];for (var i=0; i<3; i++)
		res[i]='<img src="/images/nav/' + text + '' + i + '.gif" border=0>'
	return res;
}
