/*
Define a navigation database file for second row nav elements. These elements are the dropdowns.
Records are stored as delimited strings. One string per main nav button dropdown section.
Syntax is that each record is delimited by ~~ and each field by |

  
!~ = bullet list
  
	  
*/

//***  CONSULTING SERVICES   **************************************************

var db_consulting_services = "" +
"Application Development|AppDev.htm~~" +
"Assessments|assessment.htm~~" +
"Business Continuance|buscon.html~~" +
"IT Outsourcing|ITOutsourcing.htm~~" +
"Systems Management|systemsmanagement.htm";

//***  TECHNOLOGY SOLUTIONS   **************************************************

var db_technology_solutions = "" +
"Enterprise Storage|EntSto.htm~~" +
"!~Overview of Services|EntSto.htm~~" +
"!~Backup and Recovery|StoBkups.htm~~" +
"Messaging|ExcSvcs.htm~~" +
"Networking|networking.htm~~" +
"Security|secprac.htm~~" +
"Server Consolidation|SvrCon.htm~~" +
"Utility Computing|utilitycomputing.htm";


//***  INDUSTRY EXPERTISE    **************************************************

var db_industry_expertise = "" +
"Healthcare|casestudies_healthcare1.html~~" +
"Distribution|casestudies_distribution1.html~~" +
"Financial Services|casestudies_financial1.html~~" +
"Legal|casestudies_legal1.html~~" +
"Manufacturing|casestudies_manufacturing1.html~~" +
"State and Local Gov't|casestudies_statelocalgov1.html";


//***  HEADLINES/PRESS RELEASES    **************************************************

var db_headlines_press = "" +
"Press Releases|press_releases.htm~~" +
"Awards|downloads/awards.pdf~~" +
"Media Contacts|mediacontacts.htm";
