var forensics={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
forensics.items=[
	["PRESERVATION", "preservation.php"],
	["INVESTIGATION", "investigation.php"],
	["REPORTING", "reporting.php"],
	["TESTIMONY", "testimony.php"],
	["LICENSING", "licensing.php"] //no comma following last entry!
]



var ediscovery={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
ediscovery.items=[
	["COLLECTION", "collection.php"],
	["FILTERING", "filtering.php"],
	["PROCESSING", "processing.php"],
	["HOSTING", "hosting.php"],
	["BACKUP TAPES", "tapes.php"] //no comma following last entry!
]

var consulting={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
consulting.items=[	
        ["LITIGATION HOLDS", "lhr.php"],
	["DATA RETENTION", "retention.php"],
	["DISCOVERY", "discovery.php"],
	["LAYOFFS", "layoffs.php"] //no comma following last entry!
]

var about={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
about.items=[	
        ["CLIENTS", "clients.php"],
	["LEADERSHIP", "leadership.php"],
	["OFFICES", "offices.php"],
	["PARTNERS", "partners.php"] //no comma following last entry!
]

var client={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
client.items=[	
        ["FTP", "ftp.php"],
	["FYI", "fyi.php"] //no comma following last entry!
]