/*   JSON database of pdf files  

  Very simple.  Just enter a key "filekeyname" followed by a colon :  followed by a filepath
  "pdfs/mypdffile.pdf"
  
  
  Replaced: 4-18-08
  2008_Business_Directory.pdf
  
  Replaced "Global Report" with 2008 Global Report on 3-16-09
  "globalbusinessreport"		: "pdfs/2007-08_annual_report.pdf",
*/

var PDF = 

{
"eastern_seaboard_map" 		: "pdfs/EasternMap.pdf",
"chesapeake_regional_map" 	: "pdfs/ChesapeakeRegionalMap.pdf",
"chesapeake_local_map" 		: "pdfs/ChesapeakeLocalMap.pdf",
"major_employers" 			: "pdfs/major_employers.pdf",
"intl_employers" 			: "pdfs/2008_International_List.pdf",
"intl_business_brochure"	: "pdfs/International.pdf",
"intl_business_charts"		: "pdfs/Internatl_Business_Charts.pdf",
"target_industries" 		: "pdfs/TargetIndustries.pdf",
"technology_resources" 		: "pdfs/Technology_Resources.pdf",
"financing_resources" 		: "pdfs/Financing_Resources.pdf",
"investment_program" 		: "pdfs/2010investment_summary.pdf",
"retention_program" 		: "pdfs/Retention_Program.pdf",
"greatbridge_masterplans" 	: "pdfs/GreatBridgeBattlefield.pdf",
"headquarters"				: "pdfs/Corporate_Headquarters.pdf",
"cost_of_living_comparison"	: "pdfs/2008_Cost_of_Living_Index_Comparison.pdf",
"business_directory"		: "pdfs/2010_Business_Directory.pdf",
"fact_sheet"		   		: "pdfs/2009_Fact_Sheet_rv2.pdf",
"international"				: "pdfs/International.pdf",
"globalbusinessreport"		: "pdfs/2009GlobalReport.pdf",
"imagebrochure"				: "pdfs/Chesapeake.pdf",
"greenbriersalesbrochure"	: "pdfs/GBsales_1.pdf",
"defensebrochure"			: "pdfs/Defense_Brochure.pdf",
"newsletter"	  			: "pdfs/2007_Mid_Year_Report.pdf", 
"midyearactivityreport"		: "pdfs/2008_Mid_Year_Business_Activity_Report.pdf",
"education"					: "pdfs/education.pdf",
"educationstatistics"		: "pdfs/education.pdf",
"businessdistrictsprofile"	: "pdfs/Business_Districts_Profiles-08.pdf",
"busdistrictsprofile"		: "pdfs/business_districts_all.pdf",
"location"					: "pdfs/location.pdf",
"businessresourcesguide"	: "pdfs/2007_Guide.pdf",
"areamap23320"			    : "pdfs/Area_Map_23320.pdf",
"areamap23321"			    : "pdfs/Area_Map_23321.pdf",
"areamap23322"			    : "pdfs/Area_Map_23322.pdf",
"areamap23323"			    : "pdfs/Area_Map_23323.pdf",
"areamap23324"			    : "pdfs/Area_Map_23324.pdf",
"areamap23325"			    : "pdfs/Area_Map_23325.pdf",
"chestatisticalprofile"		: "pdfs/2008-StatisticalProfile.pdf",
"demograph_citywide"		: "pdfs/Demographics_Citywide.pdf",
"demograph_camelot"			: "pdfs/Demographics_Camelot.pdf",
"demograph_deepcreek"		: "pdfs/Demographics_Deep_Creek.pdf",
"demograph_greatbridge"		: "pdfs/Demographics_Great_Bridge.pdf",
"demograph_greenbrier"		: "pdfs/Demographics_Greenbrier.pdf",
"demograph_indianriver"		: "pdfs/Demographics_Indian_River.pdf",
"demograph_rivercrest"		: "pdfs/Demographics_Rivercrest.pdf",
"demograph_sono"			: "pdfs/Demographics_South_Norfolk.pdf",
"demograph_southernches"	: "pdfs/Demographics_Southern_Chesapeake.pdf",
"demograph_westernbranch"	: "pdfs/Demographics_Western_Branch.pdf",
"poindexter_corridor"		: "pdfs/Poindexter_Corridor.pdf",    
"sono_designguidelines"		: "pdfs/1458RptDesignGuidelines.pdf", 
"sono_redevelopment"		: "pdfs/1458PresentationDec2003.pdf",
"global_webpresentation"	: "pdfs/web_intro_presentation_ENG.pdf",
"retail_trendsetter"		: "pdfs/trendsetter.pdf",
"strategic_plan" : "pdfs/CED_Strategic_Plan.pdf"
};


