// mainMenuData items are: itemURL, itemImage, left, width, height, altTag, subWidth
// the variables: itemURL, itemImage, width, height, and altTag are in reference to the main 
// navigation buttons 
// the variables: left and subWidth refer to the positioning and width of the subnav drop down
// options

 var mainMenuData = new Array(
	"aboutus/aboutus.html", "siteImages/about_off.gif", "12", "115", "21", "about", "113",
	"solutions/solutions.html", "siteImages/solutions_off.gif", "127", "115", "21", "solutions", "260",
	"partners/partners.html", "siteImages/partners_off.gif", "242", "115", "21", "partners", "113",
	"datasheets/datasheets.html", "siteImages/datasheets_off.gif", "358", "115", "21", "datasheets", "113",
	"news/news.html", "siteImages/press_off.gif", "474", "115", "21", "press", "113",
	"contactus/contactus.html", "siteImages/contact_off.gif", "587", "114", "21", "contact", "112");

// menuData items below must match the number of rows above in mainMenuData
// menuData items are:  itemText, itemURL
var menuData0 = new Array(
	"Who is STS", "aboutus/aboutus.html",
	"Our Mission", "aboutus/mission.html",	
	"Testimonials", "aboutus/testimonials.html"	
	
);

var menuData1 = new Array(
	"Overview", "solutions/solutions.html",
	"Communication Solutions for Credit Unions", "solutions/commsforCU.html",
	"Call Center Solutions", "solutions/callCenter.html",
	"Network Traffic Monitoring", "solutions/netTrafficMonitor.html",
	"Business Resumption Planning", "solutions/busResumptPlanning.html"
);
	
var menuData2 = new Array(
	"Overview", "partners/partners.html",
	"Adapt", "partners/adapt.html",
	"Arazu", "partners/arazu.html"
);

var menuData3 = new Array(

);

var menuData4 = new Array(

);

var menuData5 = new Array(
	"Location", "contactus/contactus.html"
);



