// JavaScript Document

var myMenu =
[
	['','Home','home.htm','_self','home.htm'],
	['','SCM Online','internet.htm','_self','internet.htm'],
	['','Customer Service ','customer.htm','_self','customer.htm'],
	['','Billing','billing.htm','_self','billing.htm'],
	['','Drivers','drivers.htm','_self','drivers.htm'],
	['','Services','service.htm','_self','service.htm'],
	['','Coverage Area ','coverage.htm','_self','coverage.htm'],
	['','Industries','','_self','Services',
		['','Printing & Graphics','printing.htm','_self','printing.htm'],
		['','Finance','finance.htm','_self','finance.htm'],
		['','Medical','medical.htm','_self','medical.htm'],
		['','Entertainment','entertainment.htm','_self','entertainment.htm'],
		['','Legal','legal.htm','_self','legal.htm']
	],
	['','Job Opportunity','job.htm','_self','job.htm'],
	/*	
		['','One for each location','job.htm','_self','job.htm'],
		['','Job Application','application.htm','_self','application.htm']
	],*/
	['','Contact','contact.htm','_self','contact.htm'],
	['','New Account','NewAccount.html','_self','NewAccount.html'],
	['','Links','links.htm','_self','links.htm'],
	
];