// arrays used to construct menus
// replace hashes with URL's

//var menuroot = "/";
var menuroot = "/";

var news = new Array (
			"#","#",
			"Press Releases",menuroot+"news.html",
			"Press Articles",menuroot+"news-articles.html",
			"Customer Case Studies",menuroot+"news-casestudies.html",
			"Special Offers",menuroot+"news-specialoffers.html"
);

var products = new Array (
	"#","#",
	"AudaWorkstation",menuroot+"products/workstation.html",
	"AudaPad",menuroot+"products/pad.html",
	"AudaImage",menuroot+"products/image.html",
	"AudaManager",menuroot+"products/manager.html",
	"Benchmarking",menuroot+"products/benchmarking.html",
	"AudaAudit",menuroot+"products/audit.html",
	"AudaStats",menuroot+"products/stats.html",
	"AudaImage Plus 2",menuroot+"products/imageplus2.html",
	"AudaNet",menuroot+"products/net.html",
	"AudaTrack",menuroot+"products/audatrack.html"
	
);
			
var empty = "";
			
var allMenus = new Array(empty, products, news);
