var company={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
company.items=[
	["About Us", "content.php?page=company"],
	["Contact Us", "content.php?page=contactus"],
	["Press Releases", "content.php?page=PressRelease"]
]

var SAPServices={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
SAPServices.items=[
	["SAP BASIS Services", "content.php?page=sap-basis"],
	["SAP Hosting Services", "content.php?page=sap-hosting"],
	["SAP Upgrade Services", "content.php?page=sap-upgrade"],
	["Accelerated Upgrade Services", "content.php?page=vServices"],
	["- vUpgrade", "content.php?page=VirtualUpgrade"],
	["- vBreak-FixPath", "content.php?page=VirtualBreakFixPath"],
	["SAP Virtual Services", "content.php?page=saponvmware"],
	["- vImplementor", "content.php?page=vImplementor"],
	["SAP Cloud Services", "content.php?page=saponvmware"],
	["SAP Transition Services", "content.php?page=sap-transition"],
	["SAP Migration Services", "content.php?page=sap-transition"]
]
var support={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
support.items=[
	["Client Support Portal", "content.php?page=ClientPortal"],
	["PC Remote Support Download", "remotesupport/TeamViewerQS.exe"],
	["Mac Remote Support Download", "macsupport/TeamViewerQS.dmg"] //no comma following last entry!
]

var SAPSolutions={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
SAPSolutions.items=[
	["for SAP Clients", "content.php?page=sap-customers"],
	["for SAP Integrators", "content.php?page=sap-implementers"],
	["for SAP ISVs", "content.php?page=sap-ISV"],
	["for SAP Business All-in-One", "content.php?page=sap-AiO"],
	["for SAP on VMware", "content.php?page=saponvmware"],
	["for SAP in the Cloud", "content.php?page=saponvmware"]
]

var SAPBasis={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
SAPBasis.items=[
	["Remote Consulting Services", "content.php?page=sap-basis"],
	["Onsite Consulting Services", "content.php?page=sap-basis"],
	["Implementation Support", "content.php?page=sap-basis"],
	["On-Going Support", "content.php?page=sap-basis"],
	["Consulting Services", "content.php?page=sap-basis"]
]


var SAPHosting={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
SAPHosting.items=[
	["Production", "content.php?page=sap-hosting"],
	["Non-Production", "content.php?page=sap-hosting"] //no comma following last entry!
]


var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["Option 1", "http://www.TexpertsInc.com/1"],
	["Option 2", "http://www.TexpertsInc.com/2"],
	["Option 3", "http://www.TexpertsInc.com/3"],
	["Option 4", "http://www.TexpertsInc.com/4"],
	["Etc...", "http://www.TexpertsInc.com/5"] //no comma following last entry!
]



var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#FDD271', linktarget:'_new'} //Second menu variable. Same precaution.
anylinkmenu2.items=[
	["CNN", "http://www.cnn.com/"],
	["MSNBC", "http://www.msnbc.com/"],
	["Google", "http://www.google.com/"],
	["BBC News", "http://news.bbc.co.uk"] //no comma following last entry!
]



var anylinkmenu3={divclass:'anylinkmenucols', inlinestyle:'', linktarget:'secwin'} //Third menu variable. Same precaution.
anylinkmenu3.cols={divclass:'column', inlinestyle:''} //menu.cols if defined creates columns of menu links segmented by keyword "efc"
anylinkmenu3.items=[
	["Dynamic Drive", "http://www.dynamicdrive.com/"],
	["CSS Drive", "http://www.cssdrive.com/"],
	["JavaScript Kit", "http://www.javascriptkit.com/"],
	["Coding Forums", "http://www.codingforums.com/"],
	["JavaScript Reference", "http://www.javascriptkit.com/jsref/", "efc"],
	["CNN", "http://www.cnn.com/"],
	["MSNBC", "http://www.msnbc.com/"],
	["Google", "http://www.google.com/"],
	["BBC News", "http://news.bbc.co.uk", "efc"],
	["News.com", "http://www.news.com/"],
	["SlashDot", "http://www.slashdot.com/"],
	["Digg", "http://www.digg.com/"],
	["Tech Crunch", "http://techcrunch.com"] //no comma following last entry!
]

var anylinkmenu4={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#DFFDF4', linktarget:'_new'} //Second menu variable. Same precaution.
anylinkmenu4.items=[
	["CNN", "http://www.cnn.com/"],
	["MSNBC", "http://www.msnbc.com/"],
	["Google", "http://www.google.com/"],
	["BBC News", "http://news.bbc.co.uk"] //no comma following last entry!
]