var prefix = "\
\
"; var suffix = "\<\/div\>"; var homePage = "Welcome\n\n"; var about = "Sycamore.US is..."; var community = "2009-2010 Charitable Contributions"; var leadership = "Leadership Team"; var locations = "Other Locations\n\n"; var services = "Services\n\n"; var engServices = "Engineering Services\n\n"; var ivv = "IV&V"; var iassurance = "A Balanced Approach"; var softAssurance = "Ultimate Goal of Software Assurance"; var sysEng = "Systems Engineering"; var itInfEng = "Contact Sycamore for: \n\n"; var cablePlant = "Contact Sycamore for: "; var networks ="Contact Sycamore for: \n\n"; var satcom = "Contact Sycamore for: "; var telephony ="Contact Sycamore for: \n\n"; var voip = "Major Benefits"; var webHost = "At a glance\n\n"; var softDev = "Software Development\n\n"; var aerospace = "Experience"; var appVirt = "At a glance"; var cots = "COTS Experience"; var webDev = "At a glance\n\n"; var solutions = "Solutions"; var riskNav = "Features\n\n"; var maestro = "Features\n\n"; var rms = "Features and Facts\n\n"; var careers = "Grow With Us\n\n"; var benefits = "Benefits Philosophy"; var deepcreek = "Deep Creek Lake\n\n"; var openings = "An Equal Opportunity Employer"; var scholarship = "Sycamore Scholarships"; var testimonial = "What Our Employees Have To Say"; var internship = "Internships"; var toQualify = "How to Apply"; var cmmicontent = "\
Sycamore.US is...\\\
\\\<\/a\>\<\/div\>\
Maturity\Level 2\Company\\\
\\<\/div\>\
SBA HUBZone\Certified\"; var cmmiprefix = "\
"; var cmmisuffix = "\<\/div\>\<\/div\>\<\/div\>"; if (document.URL.match(/r?about-sycamore?/g)){ if (document.URL.match(/r?leadership-team?/g)){ document.write(prefix + leadership + suffix); } else if (document.URL.match(/r?community?/g)){ document.write(prefix + community + suffix); } else if (document.URL.match(/r?locations?/g)){ document.write(prefix + locations + suffix); } else { document.write(prefix + about + suffix); } } else if (document.URL.match(/r?services?/g)){ if(document.URL.match(/r?engineering-services?/g)){ if (document.URL.match(/r?independent-verification-validation?/g)){ document.write(prefix + ivv + suffix); } else if (document.URL.match(/r?information-assurance?/g)){ document.write(prefix + iassurance + suffix); } else if (document.URL.match(/r?software-assurance?/g)){ document.write(prefix + softAssurance + suffix); } else{ document.write(prefix + engServices + suffix); } } else if(document.URL.match(/r?it-infrastructure?/g)){ if (document.URL.match(/r?cable-plant?/g)){ document.write(prefix + cablePlant + suffix); } else if (document.URL.match(/r?networks?/g)){ document.write(prefix + networks + suffix); } else if (document.URL.match(/r?satcom-engineering?/g)){ document.write(prefix + satcom + suffix); } else if (document.URL.match(/r?telephony?/g)){ document.write(prefix + telephony + suffix); } else if (document.URL.match(/r?voip?/g)){ document.write(prefix + voip + suffix); } else if (document.URL.match(/r?web-hosting?/g)){ document.write(prefix + webHost + suffix); } else{ document.write(prefix + itInfEng + suffix); } } else if(document.URL.match(/r?software-development?/g)){ if (document.URL.match(/r?aerospace-software-development?/g)){ document.write(prefix + aerospace + suffix); } else if (document.URL.match(/r?application-virtualization?/g)){ document.write(prefix + appVirt + suffix); } else if (document.URL.match(/r?cots-integration?/g)){ document.write(prefix + cots + suffix); } else if (document.URL.match(/r?web-development?/g)){ document.write(prefix + webDev + suffix); } else{ document.write(prefix + softDev + suffix); } } else{ document.write(prefix + services + suffix); } } else if (document.URL.match(/r?solutions?/g)){ if (document.URL.match(/r?risknav?/g)){ document.write(prefix + riskNav + suffix); } else if (document.URL.match(/r?requirements-management-system-rms?/g)){ document.write(prefix + rms + suffix); } else if (document.URL.match(/r?maestro?/g)){ document.write(prefix + maestro + suffix); } else { document.write(prefix + solutions + suffix); } } else if (document.URL.match(/r?contract-vehicles?/g)){ } else if (document.URL.match(/r?news-events?/g)){ } else if (document.URL.match(/r?contact-us?/g)){ } else if (document.URL.match(/r?careers?/g)){ if (document.URL.match(/r?benefits?/g)){ document.write(prefix + benefits + suffix); } else if (document.URL.match(/r?openings?/g)){ document.write(prefix + openings + suffix); } else if (document.URL.match(/r?leadership-team?/g)){ document.write(prefix + leadership + suffix); } else if (document.URL.match(/r?internships?/g)){ if (document.URL.match(/r?to-qualify?/g)){ document.write(prefix + toQualify + suffix); } else { document.write(prefix + internship + suffix); } } else if (document.URL.match(/r?live-well-with-sycamore?/g)){ document.write(prefix + deepcreek + suffix); } else { document.write(prefix + careers + suffix); } } else { document.write(prefix + homePage + suffix); } document.write("\<\/div\>");