
// create the array to hold all state links
arrPolicyArray = new Array(46);

// each state has an entry in this array to hold the links that will be printed out in the popup


// Alabama AL
arrPolicyArray['AL'] = new Array(1); // number of links for this state
arrPolicyArray['AL'][0] = new Array(5);
arrPolicyArray['AL'][0]['state'] = 'Alabama';
arrPolicyArray['AL'][0]['link'] = 'http://www.dot.state.al.us/conweb/doc/Documents/Construction%20Manual.pdf';
arrPolicyArray['AL'][0]['type'] = 'PDF';
arrPolicyArray['AL'][0]['size'] = '24.8MB';
arrPolicyArray['AL'][0]['title'] = 'Work Zone Policy (pages 1-91 through 1-100b)';

// Alaska AK
arrPolicyArray['AK'] = new Array(1); // number of links for this state
arrPolicyArray['AK'][0] = new Array(5);
arrPolicyArray['AK'][0]['state'] = 'Alaska';
arrPolicyArray['AK'][0]['link'] = 'http://www.dot.state.ak.us/admsvc/pnp/assets/chapt_5/05_05_015.pdf';
arrPolicyArray['AK'][0]['type'] = 'PDF';
arrPolicyArray['AK'][0]['size'] = '319KB';
arrPolicyArray['AK'][0]['title'] = 'Work Zone Policy (Subparts J and K)';

// Arizona AZ
arrPolicyArray['AZ'] = new Array(1); // number of links for this state
arrPolicyArray['AZ'][0] = new Array(5);
arrPolicyArray['AZ'][0]['state'] = 'Arizona';
arrPolicyArray['AZ'][0]['link'] = 'http://www.azdot.gov/Highways/Traffic/Standards/Traffic_Control/WZSMIG.pdf';
arrPolicyArray['AZ'][0]['type'] = 'PDF';
arrPolicyArray['AZ'][0]['size'] = '973KB';
arrPolicyArray['AZ'][0]['title'] = 'Implementation Guidelines for Work Zone Safety &amp; Mobility (Subparts J and K)';

// Arkansas AR
arrPolicyArray['AR'] = new Array(0); // number of links for this state

// California CA
/*arrPolicyArray['CA'] = new Array(2); // number of links for this state
arrPolicyArray['CA'][0] = new Array(5);	// setup the first link for this state
arrPolicyArray['CA'][0]['state'] = 'California';
arrPolicyArray['CA'][0]['link'] = 'http://www.ntoctalks.com/icdn/caltrans_tmp/dd_60.pdf';
arrPolicyArray['CA'][0]['type'] = 'PDF';
arrPolicyArray['CA'][0]['size'] = '155KB';
arrPolicyArray['CA'][0]['title'] = 'TMP Guidelines';

arrPolicyArray['CA'][1] = new Array(5);	// setup the second link for this state
arrPolicyArray['CA'][1]['state'] = 'California';
arrPolicyArray['CA'][1]['link'] = 'http://www.ntoctalks.com/icdn/caltrans_tmp/final_guidelines_may_04.doc';
arrPolicyArray['CA'][1]['type'] = 'DOC';
arrPolicyArray['CA'][1]['size'] = '147KB';
arrPolicyArray['CA'][1]['title'] = 'TMP Guidelines';*/


// Colorado CO
arrPolicyArray['CO'] = new Array(1); // number of links for this state
arrPolicyArray['CO'][0] = new Array(5);
arrPolicyArray['CO'][0]['state'] = 'Colorado';
arrPolicyArray['CO'][0]['link'] = 'http://www.coloradodot.info/library/traffic/traffic-manuals-guidelines/lane-close-work-zone-safety/work-zone-safety-mobility';
arrPolicyArray['CO'][0]['type'] = 'HTML';
arrPolicyArray['CO'][0]['size'] = '703KB';
arrPolicyArray['CO'][0]['title'] = 'Work Zone Policy and Procedures (Subparts J and K)';

// Connecticut CT
arrPolicyArray['CT'] = new Array(0); // number of links for this state

// Delaware DE
arrPolicyArray['DE'] = new Array(2); // number of links for this state
arrPolicyArray['DE'][0] = new Array(5);	// setup the first link for this state
arrPolicyArray['DE'][0]['state'] = 'Delaware';
arrPolicyArray['DE'][0]['link'] = 'http://deldot.gov/information/pubs_forms/manuals/de_mutcd/pdf/final_rule_9_10_2007.pdf';
arrPolicyArray['DE'][0]['type'] = 'PDF';
arrPolicyArray['DE'][0]['size'] = '4.2MB';
arrPolicyArray['DE'][0]['title'] = 'Work Zone Safety and Mobility Procedures and Guidelines (Subpart J)';

arrPolicyArray['DE'][1] = new Array(5);	// setup the second link for this state
arrPolicyArray['DE'][1]['state'] = 'Delaware';
arrPolicyArray['DE'][1]['link'] = 'http://www.deldot.gov/information/pubs_forms/manuals/dgm/pdf/1-21_use_temp_traffic_barrier_wz.pdf';
arrPolicyArray['DE'][1]['type'] = 'PDF';
arrPolicyArray['DE'][1]['size'] = '96KB';
arrPolicyArray['DE'][1]['title'] = 'Design Guidance Manual: Use of Temporary Traffic Barrier in Work Zones (Subpart K)';

// DC - DC is listed alphabetically as Washington, D.C. (approximately line 356)

// Florida FL
arrPolicyArray['FL'] = new Array(1); // number of links for this state
arrPolicyArray['FL'][0] = new Array(5);
arrPolicyArray['FL'][0]['state'] = 'Florida';
arrPolicyArray['FL'][0]['link'] = 'http://www.dot.state.fl.us/rddesign/PPMManual/2011/Volume1/Chap10.pdf';
arrPolicyArray['FL'][0]['type'] = 'PDF';
arrPolicyArray['FL'][0]['size'] = '703KB';
arrPolicyArray['FL'][0]['title'] = 'Work Zone Policy';


// Georgia GA
arrPolicyArray['GA'] = new Array(1); // number of links for this state
arrPolicyArray['GA'][0] = new Array(5);
arrPolicyArray['GA'][0]['state'] = 'Georgia';
arrPolicyArray['GA'][0]['link'] = 'http://www.dot.state.ga.us/doingbusiness/trainingresources/professionaltraining/Documents/WorkZoneSafety/images/WorkZoneSafetyandMobilityPolicyRevwiithsubpart%20K.DOCX';
arrPolicyArray['GA'][0]['type'] = 'DOCX';
arrPolicyArray['GA'][0]['size'] = '3.9MB';
arrPolicyArray['GA'][0]['title'] = 'Work Zone Policy (Subparts J and K)';

// Hawaii HI
arrPolicyArray['HI'] = new Array(0); // number of links for this state

// Idaho ID
arrPolicyArray['ID'] = new Array(1); // number of links for this state
arrPolicyArray['ID'][0] = new Array(5);
arrPolicyArray['ID'][0]['state'] = 'Idaho';
arrPolicyArray['ID'][0]['link'] = 'http://itd.idaho.gov/highways/docs/Work%20Zone%20Safety%20and%20Mobility%20Policy%20Revision%20-%20December%202008%20-%20Official%20Copy.pdf';
arrPolicyArray['ID'][0]['type'] = 'PDF';
arrPolicyArray['ID'][0]['size'] = '99KB';
arrPolicyArray['ID'][0]['title'] = 'Subparts J and K';


// Illinois IL
arrPolicyArray['IL'] = new Array(2); // number of links for this state
arrPolicyArray['IL'][0] = new Array(5);
arrPolicyArray['IL'][0]['state'] = 'Illinois';
arrPolicyArray['IL'][0]['link'] = 'http://www.dot.il.gov/illinoisSHSP/WorkZoneSafetyMobility/policy3_07.pdf';
arrPolicyArray['IL'][0]['type'] = 'PDF';
arrPolicyArray['IL'][0]['size'] = '4.8MB';
arrPolicyArray['IL'][0]['title'] = 'Work Zone Policy (Subpart J)';

arrPolicyArray['IL'][1] = new Array(5);	// setup the second link for this state
arrPolicyArray['IL'][1]['state'] = 'Illinois';
arrPolicyArray['IL'][1]['link'] = 'http://www.dot.il.gov/IllinoisSHSP/pdf/20100827WZ_SupPolicySubpart_K.pdf';
arrPolicyArray['IL'][1]['type'] = 'PDF';
arrPolicyArray['IL'][1]['size'] = '387KB';
arrPolicyArray['IL'][1]['title'] = 'Work Zone Policy (Subpart K)';

// Indiana IN
arrPolicyArray['IN'] = new Array(1); // number of links for this state
arrPolicyArray['IN'][0] = new Array(5);
arrPolicyArray['IN'][0]['state'] = 'Indiana';
arrPolicyArray['IN'][0]['link'] = 'http://www.in.gov/dot/div/contracts/standards/INDOT_Work_Zone_Safety_Mobility_Policy_web.pdf';
arrPolicyArray['IN'][0]['type'] = 'PDF';
arrPolicyArray['IN'][0]['size'] = '3.2MB';
arrPolicyArray['IN'][0]['title'] = 'Work Zone Policy and Procedures (Subpart J)';

// Iowa IA
arrPolicyArray['IA'] = new Array(0); // number of links for this state

// Kansas KS
arrPolicyArray['KS'] = new Array(1); // number of links for this state
arrPolicyArray['KS'][0] = new Array(5);
arrPolicyArray['KS'][0]['state'] = 'Kansas';
arrPolicyArray['KS'][0]['link'] = 'http://www.ksdot.org/PDF_Files/KANSAS%20WORK%20ZONE%20SAFETY%20AND%20MOBILITY%20POLICY%20MASTER.pdf';
arrPolicyArray['KS'][0]['type'] = 'PDF';
arrPolicyArray['KS'][0]['size'] = '597KB';
arrPolicyArray['KS'][0]['title'] = 'Work Zone Safety and Mobility Processes and Procedures';

// Kentucky KY
arrPolicyArray['KY'] = new Array(1); // number of links for this state
arrPolicyArray['KY'][0] = new Array(5);
arrPolicyArray['KY'][0]['state'] = 'Kentucky';
arrPolicyArray['KY'][0]['link'] = 'http://transportation.ky.gov/Organizational-Resources/Policy%20Manuals%20Library/Construction.pdf';
arrPolicyArray['KY'][0]['type'] = 'PDF';
arrPolicyArray['KY'][0]['size'] = '16.3MB';
arrPolicyArray['KY'][0]['title'] = 'Work Zone Policy and Procedures (Subparts J and K pages 46-55)';

// Louisiana LA
arrPolicyArray['LA'] = new Array(0); // number of links for this state

// Maine ME
arrPolicyArray['ME'] = new Array(0); // number of links for this state

// Maryland MD
arrPolicyArray['MD'] = new Array(2); // number of links for this state
arrPolicyArray['MD'][0] = new Array(5);	// setup the first link for this state
arrPolicyArray['MD'][0]['state'] = 'Maryland';
arrPolicyArray['MD'][0]['link'] = 'http://www.marylandroads.com/OOTS/02SafetyMobilityPolicy.pdf';
arrPolicyArray['MD'][0]['type'] = 'PDF';
arrPolicyArray['MD'][0]['size'] = '50KB';
arrPolicyArray['MD'][0]['title'] = 'Work Zone Policy';

arrPolicyArray['MD'][1] = new Array(5);	// setup the third link for this state
arrPolicyArray['MD'][1]['state'] = 'Maryland';
arrPolicyArray['MD'][1]['link'] = 'http://www.marylandroads.com/OOTS/WorkZoneTemporaryTrafficBarrierPolicies.pdf';
arrPolicyArray['MD'][1]['type'] = 'PDF';
arrPolicyArray['MD'][1]['size'] = '38KB';
arrPolicyArray['MD'][1]['title'] = 'Policy for the Use of Temporary Traffic Barrier in Work Zones (Subpart K)';
	
// Massachusetts MA
arrPolicyArray['MA'] = new Array(0); // number of links for this state

// Michigan MI
arrPolicyArray['MI'] = new Array(2); // number of links for this state
arrPolicyArray['MI'][0] = new Array(5);	// setup the first link for this state
arrPolicyArray['MI'][0]['state'] = 'Michigan';
arrPolicyArray['MI'][0]['link'] = 'http://www.michigan.gov/documents/mdot/MDOT-GuidanceDocument_ID10177_281276_7.pdf';
arrPolicyArray['MI'][0]['type'] = 'PDF';
arrPolicyArray['MI'][0]['size'] = '45KB';
arrPolicyArray['MI'][0]['title'] = 'Work Zone Policy';

arrPolicyArray['MI'][1] = new Array(5);	// setup the second link for this state
arrPolicyArray['MI'][1]['state'] = 'Michigan';
arrPolicyArray['MI'][1]['link'] = 'http://michigan.gov/documents/mdot/MDOT_WorkZoneSafetyAndMobilityManual_233891_7.pdf';
arrPolicyArray['MI'][1]['type'] = 'PDF';
arrPolicyArray['MI'][1]['size'] = '816KB';
arrPolicyArray['MI'][1]['title'] = 'Work Zone Safety and Mobility Manual';

	
// Minnesota MN
arrPolicyArray['MN'] = new Array(1); // number of links for this state
arrPolicyArray['MN'][0] = new Array(5);	// setup the first link for this state
arrPolicyArray['MN'][0]['state'] = 'Minnesota';
arrPolicyArray['MN'][0]['link'] = 'http://www.dot.state.mn.us/trafficeng/workzone/doc/MnWZ-SafetyMobilityPolicy-Final-10092007.pdf';
arrPolicyArray['MN'][0]['type'] = 'PDF';
arrPolicyArray['MN'][0]['size'] = '219KB';
arrPolicyArray['MN'][0]['title'] = 'Work Zone Policy';

// Mississippi MS
arrPolicyArray['MS'] = new Array(0); // number of links for this state

// Missouri MO
arrPolicyArray['MO'] = new Array(1); // number of links for this state
arrPolicyArray['MO'][0] = new Array(5);	// setup the first link for this state
arrPolicyArray['MO'][0]['state'] = 'Missouri';
arrPolicyArray['MO'][0]['link'] = 'http://epg.modot.mo.gov/index.php?title=616.14_Work_Zone_Safety_and_Mobility_Policy';
arrPolicyArray['MO'][0]['type'] = 'HTML';
arrPolicyArray['MO'][0]['size'] = '348KB';
arrPolicyArray['MO'][0]['title'] = 'Work Zone Policy';

// Montana MT
arrPolicyArray['MT'] = new Array(1); // number of links for this state
arrPolicyArray['MT'][0] = new Array(5);	// setup the first link for this state
arrPolicyArray['MT'][0]['state'] = 'Montana';
arrPolicyArray['MT'][0]['link'] = 'http://www.mdt.mt.gov/other/const/external/manuals_guidelines/workzone_safety_mobility.pdf';
arrPolicyArray['MT'][0]['type'] = 'PDF';
arrPolicyArray['MT'][0]['size'] = '536KB';
arrPolicyArray['MT'][0]['title'] = 'Work Zone Policy';

// Nebraska NE
arrPolicyArray['NE'] = new Array(0); // number of links for this state

// New York NY
arrPolicyArray['NY'] = new Array(1); // number of links for this state
arrPolicyArray['NY'][0] = new Array(5);	// setup the first link for this state
arrPolicyArray['NY'][0]['state'] = 'New York';
arrPolicyArray['NY'][0]['link'] = 'https://www.dot.ny.gov/divisions/engineering/design/dqab/hdm/hdm-ch16?nd=nysdot';
arrPolicyArray['NY'][0]['type'] = 'HTML';
arrPolicyArray['NY'][0]['size'] = '354KB';
arrPolicyArray['NY'][0]['title'] = 'Work Zone Policy';

// Nevada NV
arrPolicyArray['NV'] = new Array(1); // number of links for this state
arrPolicyArray['NV'][0] = new Array(5);	// setup the first link for this state
arrPolicyArray['NV'][0]['state'] = 'Nevada';
arrPolicyArray['NV'][0]['link'] = 'http://www.nevadadot.com/About_NDOT/NDOT_Divisions/Planning/Safety_Engineering/Work_Zone_Safety.aspx';
arrPolicyArray['NV'][0]['type'] = 'HTML';
arrPolicyArray['NV'][0]['size'] = '919KB';
arrPolicyArray['NV'][0]['title'] = 'Work Zone Safety and Mobility Implementation Guide';

// New Hampshire NH
arrPolicyArray['NH'] = new Array(2); // number of links for this state
arrPolicyArray['NH'][0] = new Array(5);	// setup the first link for this state
arrPolicyArray['NH'][0]['state'] = 'New Hampshire';
arrPolicyArray['NH'][0]['link'] = 'http://www.nh.gov/dot/org/projectdevelopment/construction/documents/FlaggerPoliceUsePolicy.pdf';
arrPolicyArray['NH'][0]['type'] = 'PDF';
arrPolicyArray['NH'][0]['size'] = '80KB';
arrPolicyArray['NH'][0]['title'] = 'Work Zone Policy (Subpart K)';

arrPolicyArray['NH'][1] = new Array(5);	// setup the second link for this state
arrPolicyArray['NH'][1]['state'] = 'New Hampshire';
arrPolicyArray['NH'][1]['link'] = 'http://www.nh.gov/dot/org/projectdevelopment/construction/documents/FlaggerPoliceUseGuidelines.pdf';
arrPolicyArray['NH'][1]['type'] = 'PDF';
arrPolicyArray['NH'][1]['size'] = '566KB';
arrPolicyArray['NH'][1]['title'] = 'Flagger and Uniformed Officer Use in Work Zones Guidelines (Subpart K)';

// New Jersey NJ
arrPolicyArray['NJ'] = new Array(1); // number of links for this state
arrPolicyArray['NJ'][0] = new Array(5);	// setup the first link for this state
arrPolicyArray['NJ'][0]['state'] = 'New Jersey';
arrPolicyArray['NJ'][0]['link'] = 'http://www.state.nj.us/transportation/eng/documents/TMG/TMG.shtm';
arrPolicyArray['NJ'][0]['type'] = 'HTML';
arrPolicyArray['NJ'][0]['size'] = '468KB';
arrPolicyArray['NJ'][0]['title'] = 'Traffic Mitigation Guidelines';

// New Mexico NM
arrPolicyArray['NM'] = new Array(2); // number of links for this state
arrPolicyArray['NM'][0] = new Array(5);	// setup the first link for this state
arrPolicyArray['NM'][0]['state'] = 'New Mexico';
arrPolicyArray['NM'][0]['link'] = 'http://www.nmshtd.state.nm.us/upload/images/Contracts_Unit/IDD-2009-02.pdf';
arrPolicyArray['NM'][0]['type'] = 'PDF';
arrPolicyArray['NM'][0]['size'] = '1.3MB';
arrPolicyArray['NM'][0]['title'] = 'Work Zone Policy (Subpart J)';

arrPolicyArray['NM'][1] = new Array(5);	// setup the first link for this state
arrPolicyArray['NM'][1]['state'] = 'New Mexico';
arrPolicyArray['NM'][1]['link'] = 'http://www.nmshtd.state.nm.us/upload/images/Contracts_Unit/IDD-2009-05.pdf';
arrPolicyArray['NM'][1]['type'] = 'PDF';
arrPolicyArray['NM'][1]['size'] = '3.6MB';
arrPolicyArray['NM'][1]['title'] = 'Work Zone Policy (Subpart K)';

// North Carolina NC
arrPolicyArray['NC'] = new Array(3); // number of links for this state
arrPolicyArray['NC'][0] = new Array(5);	// setup the first link for this state
arrPolicyArray['NC'][0]['state'] = 'North Carolina';
arrPolicyArray['NC'][0]['link'] = 'http://www.ncdot.org/doh/preconstruct/wztc/final%20rule/default.html';
arrPolicyArray['NC'][0]['type'] = 'HTML';
arrPolicyArray['NC'][0]['size'] = '741KB';
arrPolicyArray['NC'][0]['title'] = 'Work Zone Policy (Subpart J)';

arrPolicyArray['NC'][1] = new Array(5);	// setup the second link for this state
arrPolicyArray['NC'][1]['state'] = 'North Carolina';
arrPolicyArray['NC'][1]['link'] = 'http://www.ncdot.org/doh/preconstruct/wztc/final%20rule/ImportantDocs/WZSafety%26MobilityDraftGuidelines07_23_2007.pdf';
arrPolicyArray['NC'][1]['type'] = 'PDF';
arrPolicyArray['NC'][1]['size'] = '135KB';
arrPolicyArray['NC'][1]['title'] = 'Guidelines for Implementation of the Work Zone Safety and Mobility Policy';

arrPolicyArray['NC'][2] = new Array(5);	// setup the third link for this state
arrPolicyArray['NC'][2]['state'] = 'North Carolina';
arrPolicyArray['NC'][2]['link'] = 'http://www.ncdot.org/doh/preconstruct/wztc/DesRes/English/Documents/Pos_Protection.pdf';
arrPolicyArray['NC'][2]['type'] = 'PDF';
arrPolicyArray['NC'][2]['size'] = '350KB';
arrPolicyArray['NC'][2]['title'] = 'Use of Positive Protection in Work Zones (Subpart K)';

// North Dakota ND
arrPolicyArray['ND'] = new Array(1); // number of links for this state
arrPolicyArray['ND'][0] = new Array(5);	// setup the first link for this state
arrPolicyArray['ND'][0]['state'] = 'North Dakota';
arrPolicyArray['ND'][0]['link'] = 'http://web.apps.state.nd.us/itd/filenet/util/file/retrieve?objectstore=Department%20of%20Transportation[amp]versionseriesid=%7BB4AB4E55-D762-4669-A29E-87A036F76233%7D[amp]type=C';
arrPolicyArray['ND'][0]['type'] = 'PDF';
arrPolicyArray['ND'][0]['size'] = '424KB';
arrPolicyArray['ND'][0]['title'] = 'Work Zone Policy';

// Ohio OH
arrPolicyArray['OH'] = new Array(1); // number of links for this state
arrPolicyArray['OH'][0] = new Array(5);	// setup the first link for this state
arrPolicyArray['OH'][0]['state'] = 'Ohio';
arrPolicyArray['OH'][0]['link'] = 'http://www.dot.state.oh.us/districts/D01/PlanningPrograms/policies/Documents/516-003p.pdf';
arrPolicyArray['OH'][0]['type'] = 'PDF';
arrPolicyArray['OH'][0]['size'] = '125KB';
arrPolicyArray['OH'][0]['title'] = 'Work Zone Policy';


	
// Oklahoma OK
arrPolicyArray['OK'] = new Array(0); // number of links for this state

// Oregon OR
arrPolicyArray['OR'] = new Array(1); // number of links for this state
arrPolicyArray['OR'][0] = new Array(5);	// setup the first link for this state
arrPolicyArray['OR'][0]['state'] = 'Oregon';
arrPolicyArray['OR'][0]['link'] = 'http://www.oregon.gov/ODOT/HWY/PDU/docs/pdf/PD-16_03-20-2007_final_2.pdf';
arrPolicyArray['OR'][0]['type'] = 'PDF';
arrPolicyArray['OR'][0]['size'] = '162KB';
arrPolicyArray['OR'][0]['title'] = 'Work Zone Policy';

// Pennsylvania PA
arrPolicyArray['PA'] = new Array(1); // number of links for this state
arrPolicyArray['PA'][0] = new Array(5);	// setup the first link for this state
arrPolicyArray['PA'][0]['state'] = 'Pennsylvania';
arrPolicyArray['PA'][0]['link'] = 'ftp://ftp.dot.state.pa.us/public/PubsForms/Publications/PUB%2046.pdf';
arrPolicyArray['PA'][0]['type'] = 'PDF';
arrPolicyArray['PA'][0]['size'] = '5.9MB';
arrPolicyArray['PA'][0]['title'] = 'Work Zone Policy (Chapter 6)';

// Puerto Rico PR
arrPolicyArray['PR'] = new Array(0); // number of links for this state

// Rhode Island RI
arrPolicyArray['RI'] = new Array(0); // number of links for this state

// South Carolina SC
arrPolicyArray['SC'] = new Array(2); // number of links for this state
arrPolicyArray['SC'][0] = new Array(5);	// setup the first link for this state
arrPolicyArray['SC'][0]['state'] = 'South Carolina';
arrPolicyArray['SC'][0]['link'] = 'http://www.scdot.org/doing/pdfs/rulesscdot.pdf';
arrPolicyArray['SC'][0]['type'] = 'PDF';
arrPolicyArray['SC'][0]['size'] = '52KB';
arrPolicyArray['SC'][0]['title'] = 'Work Zone Policy';

arrPolicyArray['SC'][1] = new Array(5);	// setup the second link for this state
arrPolicyArray['SC'][1]['state'] = 'South Carolina';
arrPolicyArray['SC'][1]['link'] = 'http://www.scdot.org/doing/pdfs/rulesscdot_implementation.pdf';
arrPolicyArray['SC'][1]['type'] = 'PDF';
arrPolicyArray['SC'][1]['size'] = '266KB';
arrPolicyArray['SC'][1]['title'] = 'Rule Implementation, Maintenance, and Safety Guidelines';

// South Dakota SD
arrPolicyArray['SD'] = new Array(0); // number of links for this state

// Tennessee TN
arrPolicyArray['TN'] = new Array(1); // number of links for this state
arrPolicyArray['TN'][0] = new Array(5);	// setup the first link for this state
arrPolicyArray['TN'][0]['state'] = 'Tennessee';
arrPolicyArray['TN'][0]['link'] = 'http://www.tdot.state.tn.us/Chief_Engineer/assistant_engineer_design/design/TDOTWorkZoneSafetyMobilityManual.pdf';
arrPolicyArray['TN'][0]['type'] = 'PDF';
arrPolicyArray['TN'][0]['size'] = '7.6MB';
arrPolicyArray['TN'][0]['title'] = 'Work Zone Safety and Mobility Manual';

// Texas TX
arrPolicyArray['TX'] = new Array(0); // number of links for this state

// Utah UT
arrPolicyArray['UT'] = new Array(1); // number of links for this state
arrPolicyArray['UT'][0] = new Array(5);	// setup the first link for this state
arrPolicyArray['UT'][0]['state'] = 'Utah';
arrPolicyArray['UT'][0]['link'] = 'http://www.udot.utah.gov/main/uconowner.gf?n=10487328146579237';
arrPolicyArray['UT'][0]['type'] = 'PDF';
arrPolicyArray['UT'][0]['size'] = '72KB';
arrPolicyArray['UT'][0]['title'] = 'Work Zone Policy';

// Vermont VT
arrPolicyArray['VT'] = new Array(1); // number of links for this state
arrPolicyArray['VT'][0] = new Array(5);	// setup the first link for this state
arrPolicyArray['VT'][0]['state'] = 'Vermont';
arrPolicyArray['VT'][0]['link'] = 'http://www.aot.state.vt.us/progdev/Documents/Design/WorkZoneSafetyAndMobilityGuidanceDocument/WorkZoneSafetyMobilityGuidanceDocument.pdf';
arrPolicyArray['VT'][0]['type'] = 'PDF';
arrPolicyArray['VT'][0]['size'] = '124KB';
arrPolicyArray['VT'][0]['title'] = 'Work Zone Safety and Mobility Guidance Document';

// Virginia VA
arrPolicyArray['VA'] = new Array(2); // number of links for this state
arrPolicyArray['VA'][0] = new Array(5);	// setup the first link for this state
arrPolicyArray['VA'][0]['state'] = 'Virginia';
arrPolicyArray['VA'][0]['link'] = 'http://www.virginiadot.org/business/resources/traffic_engineering/memos2/TE-351.2_Transportation_Management_Plan_Requirements.pdf';
arrPolicyArray['VA'][0]['type'] = 'PDF';
arrPolicyArray['VA'][0]['size'] = '135KB';
arrPolicyArray['VA'][0]['title'] = 'Work Zone Policy (Subpart J)';

arrPolicyArray['VA'][1] = new Array(5);	// setup the second link for this state
arrPolicyArray['VA'][1]['state'] = 'Virginia';
arrPolicyArray['VA'][1]['link'] = 'http://www.virginiadot.org/business/resources/SubpartK.pdf';
arrPolicyArray['VA'][1]['type'] = 'PDF';
arrPolicyArray['VA'][1]['size'] = '1.8MB';
arrPolicyArray['VA'][1]['title'] = 'VDOT Compliance with Subpart K';

// Washington WA
arrPolicyArray['WA'] = new Array(1); // number of links for this state
arrPolicyArray['WA'][0] = new Array(5);	// setup the first link for this state
arrPolicyArray['WA'][0]['state'] = 'Washington';
arrPolicyArray['WA'][0]['link'] = 'http://www.wsdot.wa.gov/biz/trafficoperations/workzone/pdf/1001.01.pdf';
arrPolicyArray['WA'][0]['type'] = 'PDF';
arrPolicyArray['WA'][0]['size'] = '99KB';
arrPolicyArray['WA'][0]['title'] = 'Work Zone Policy';

// Washington D.C. DC
arrPolicyArray['DC'] = new Array(1); // number of links for this state
arrPolicyArray['DC'][0] = new Array(5);
arrPolicyArray['DC'][0]['state'] = 'Washington, D.C.';
arrPolicyArray['DC'][0]['link'] = 'http://www.dc.gov/DC/DDOT/Projects+and+Planning/Standards+and+Guidelines/Work+Zone+Safety+and+Mobility+Policy';
arrPolicyArray['DC'][0]['type'] = 'HTML';
arrPolicyArray['DC'][0]['size'] = '113KB';
arrPolicyArray['DC'][0]['title'] = 'Work Zone Policy';

// West Virginia WV
arrPolicyArray['WV'] = new Array(1); // number of links for this state
arrPolicyArray['WV'][0] = new Array(5);	// setup the first link for this state
arrPolicyArray['WV'][0]['state'] = 'West Virginia';
arrPolicyArray['WV'][0]['link'] = 'http://www.transportation.wv.gov/highways/engineering/DD/2006%20DD%20Manual%20MASTER.pdf';
arrPolicyArray['WV'][0]['type'] = 'PDF';
arrPolicyArray['WV'][0]['size'] = '12.7MB';
arrPolicyArray['WV'][0]['title'] = 'Design Directives (Subparts J and K - pages 555-581)';

// Wisconsin WI
arrPolicyArray['WI'] = new Array(1); // number of links for this state
arrPolicyArray['WI'][0] = new Array(5);	// setup the first link for this state
arrPolicyArray['WI'][0]['state'] = 'Wisconsin';
arrPolicyArray['WI'][0]['link'] = 'http://roadwaystandards.dot.wi.gov/standards/fdm/11-50.pdf';
arrPolicyArray['WI'][0]['type'] = 'PDF';
arrPolicyArray['WI'][0]['size'] = '339KB';
arrPolicyArray['WI'][0]['title'] = 'Work Zone Policy';

// Wyoming WY
arrPolicyArray['WY'] = new Array(0); // number of links for this state


function openPopup(state) {
	// this function populates the DIV w/ the links from the arrays above for whichever state was selected		
	var arrState = arrPolicyArray[state];
	if (arrState.length > 0) {
		var stateName = arrPolicyArray[state][0]['state'];
		
		document.getElementById('state_popup').style.display = 'inline';
		document.getElementById('state_links').innerHTML = '<p class=\"link_odd\" id=\"link0\"><\/p>';
		document.getElementById('state_links').innerHTML = document.getElementById('state_links').innerHTML + '<p class=\"link_even\" id=\"link1\"><\/p>';
		document.getElementById('state_links').innerHTML = document.getElementById('state_links').innerHTML + '<p class=\"link_odd\" id=\"link2\"><\/p>';
		document.getElementById('state_links').innerHTML = document.getElementById('state_links').innerHTML + '<p class=\"link_even\" id=\"link3\"><\/p>';
		if (arrState.length > 4) {
			document.getElementById('state_links').innerHTML = document.getElementById('state_links').innerHTML + '<p class=\"link_odd\" id=\"link4\"><\/p>';
		}
		if (arrState.length > 5) {
			document.getElementById('state_links').innerHTML = document.getElementById('state_links').innerHTML + '<p class=\"link_even\" id=\"link5\"><\/p>';
		}
		
		
		for (i=0; i<arrState.length; i++) {
			if (arrState[i]['type'] == 'HTML') {
				document.getElementById('link' + i).innerHTML = arrState[i]['title'] + ' (<a href=\"http://wwwcf.fhwa.dot.gov/exit.cfm?link=' + arrState[i]['link'] + '\" title=\"' + arrState[i]['title'] + ' (' + arrState[i]['type'] + ')\">' + arrState[i]['type'] + '<\/a>)';
			} else {
				document.getElementById('link' + i).innerHTML = arrState[i]['title'] + ' (<a href=\"http://wwwcf.fhwa.dot.gov/exit.cfm?link=' + arrState[i]['link'] + '\" title=\"' + arrState[i]['title'] + ' (' + arrState[i]['type'] + ' ' + arrState[i]['size'] + ')\">' + arrState[i]['type'] + '<\/a> ' + arrState[i]['size'] + ')';
			}
		}
		
		document.getElementById('state_name').innerHTML = '<span id=\"popup_close_link\"><a href=\"javascript:closePopup();\">X<\/a><\/span>' + stateName;	
	}
}


function closePopup() {
	// this function hides the DIV that contains the popup information and clears out the state name and links
	document.getElementById('state_popup').style.display = 'none';
	document.getElementById('state_name').innerHTML = '';
	document.getElementById('state_links').innerHTML = '';
}



function printMap() {

	document.writeln('<map ');
	document.writeln('name=newmap.GIF>');
	document.writeln('<area ');
	document.writeln('shape=POLY target=_self alt=\"Alabama\" ');
	document.writeln('coords=\"311,185,311,201,310,204,310,218,310,223,311,231,316,231,316,226,339,223,337,215,339,212,338,208,335,201,329,184,310,185\" ');
	document.writeln('href=\"javascript:openPopup(\'AL\');\">');
	document.writeln('<area ');
	document.writeln('shape=POLY target=_self alt=\"Alaska\" ');
	document.writeln('coords=\"87,236,88,295,132,278,133,241\" ');
	document.writeln('href=\"javascript:openPopup(\'AK\');\">');
	document.writeln('<area ');
	document.writeln('shape=POLY target=_self alt=\"Arizona\" ');
	document.writeln('coords=\"84,152,81,160,76,160,75,174,77,178,70,189,71,196,94,212,111,213,120,158,83,152\" ');
	document.writeln('href=\"javascript:openPopup(\'AZ\');\">');

/*	document.writeln('<area ');
	document.writeln('shape=POLY target=_self alt=\"Arkansas\" ');
	document.writeln('coords=\"255,171,256,186,256,191,254,194,255,198,260,199,260,204,279,204,279,198,290,176,287,175,287,171,288,169\" ');
	document.writeln('href=\"javascript:openPopup(\'AR\');\">');
*/	
/*	document.writeln('<area ');
	document.writeln('shape=POLY target=_self alt=\"California\" ');
	document.writeln('coords=\"12,78,7,92,8,113,14,133,15,142,22,156,22,161,37,174,44,180,45,189,46,190,63,191,65,184,70,177,32,114,39,87,13,78\" ');
	document.writeln('href=\"javascript:openPopup(\'CA\');\">');*/
	document.writeln('<area ');
	document.writeln('shape=POLY target=_self alt=\"Colorado\" ');
	document.writeln('coords=\"133,113,131,152,181,155,183,118,134,113\" ');
	document.writeln('href=\"javascript:openPopup(\'CO\');\">');
	document.writeln('<area ');
	
/*	document.writeln('shape=POLY target=_self  alt=\"Connecticut\" ');
	document.writeln('coords=\"421,86,424,94,439,87,431,83,422,87\" ');
	document.writeln('href=\"javascript:openPopup(\'CT\');\">');
	document.writeln('<area shape=\"rect\" coords=\"449,101,564,113\" href=\"javascript:openPopup(\'CT\');\" alt=\"Connecticut\" >');
*/
	document.writeln('<area ');
	document.writeln('shape=RECT target=_self coords=\"410,118,417,124\" alt=\"Delaware\" ');
	document.writeln('href=\"javascript:openPopup(\'DE\');\">');
	document.writeln('<area shape=\"rect\" coords=\"437,142,552,154\" href=\"javascript:openPopup(\'DE\');\" alt=\"Delaware\" >');
																						  
	document.writeln('<area ');
	document.writeln('shape=POLY target=_self alt=\"Florida\" ');
	document.writeln('coords=\"320,227,322,231,330,231,334,231,339,232,341,235,344,238,347,235,350,233,355,232,363,238,368,243,370,248,371,253,373,261,378,267,382,270,384,272,388,276,389,278,394,278,396,275,396,272,395,269,395,265,395,263,393,259,390,254,387,251,385,246,385,244,383,240,381,238,379,235,378,232,376,231,376,227,371,228,365,228,357,228,352,228,319,227\" ');
	document.writeln('href=\"javascript:openPopup(\'FL\');\">');

	document.writeln('<area ');
	document.writeln('shape=POLY target=_self alt=\"Georgia\" ');
	document.writeln('coords=\"335,182,351,181,358,188,362,193,369,199,374,208,373,216,369,220,368,221,345,223,342,215,343,209,334,182\" ');
	document.writeln('href=\"javascript:openPopup(\'GA\');\">');


/*	document.writeln('<area ');
	document.writeln('shape=POLY ');
	document.writeln('coords=\"5,203,8,219,71,250,74,225\" href=\"javascript:openPopup(\'HI\');\" alt=\"Hawaii\" >');
*/	
	document.writeln('<area ');
	document.writeln('shape=POLY target=_self alt=\"Idaho\" ');
	document.writeln('coords=\"84,14,79,42,81,45,82,49,74,61,76,64,69,85,112,94,117,71,104,71,100,67,100,66,99,63,99,59,96,57,92,56,92,54,92,52,93,50,93,47,95,44,88,32,87,30,87,15,85,15\" ');
	document.writeln('href=\"javascript:openPopup(\'ID\');\">');
	document.writeln('<area ');
	document.writeln('shape=POLY target=_self alt=\"Illinois\" ');
	document.writeln('coords=\"286,102,302,102,303,107,305,112,306,116,306,121,306,126,306,131,307,135,308,139,306,143,304,147,303,151,301,155,298,155,295,152,294,150,290,149,288,148,291,141,287,138,283,134,279,130,278,125,281,123,281,118,281,115,284,113,287,109,287,102\" ');
	document.writeln('href=\"javascript:openPopup(\'IL\');\">');
	document.writeln('<area ');
	document.writeln('shape=POLY target=_self alt=\"Indiana\" ');
	document.writeln('coords=\"309,109,310,124,311,135,312,139,311,144,309,147,318,145,322,142,327,138,330,136,331,136,331,132,330,124,328,108,312,108\" ');
	document.writeln('href=\"javascript:openPopup(\'IN\');\">');
/*	document.writeln('<area ');
	document.writeln('shape=POLY target=_self alt=\"Iowa\" ');
	document.writeln('coords=\"236,92,236,99,238,107,239,109,240,115,241,121,274,120,275,120,275,115,275,112,280,110,282,107,280,103,275,99,274,96,274,92,237,92\" ');
	document.writeln('href=\"javascript:openPopup(\'IA\');\">');
*/	document.writeln('<area ');
	document.writeln('shape=POLY target=_self alt=\"Kansas\" ');
	document.writeln('coords=\"189,130,188,158,249,160,248,151,246,147,247,140,244,136,243,133,190,130,214,134,193,129\" ');
	document.writeln('href=\"javascript:openPopup(\'KS\');\">');
	document.writeln('<area ');
	document.writeln('shape=POLY target=_self alt=\"Kentucky\" ');
	document.writeln('coords=\"300,164,347,158,355,150,352,144,350,141,351,141,349,140,345,140,341,140,337,139,336,136,333,139,331,141,328,144,327,147,327,148,324,150,313,151,310,152,309,155,306,157,302,162\" ');
	document.writeln('href=\"javascript:openPopup(\'KY\');\">');
/*	document.writeln('<area ');
	document.writeln('shape=POLY target=_self alt=\"Louisiana\" ');
	document.writeln('coords=\"260,209,260,217,262,222,263,226,265,233,265,237,264,238,270,241,274,240,283,240,289,245,296,244,294,241,291,239,291,238,292,236,295,232,278,231,277,229,277,225,280,221,282,217,283,214,281,208\" ');
	document.writeln('href=\"javascript:openPopup(\'LA\');\">');
*/
/*	document.writeln('<area ');
	document.writeln('shape=POLY target=_self alt=\"Maine\" ');
	document.writeln('coords=\"439,22,437,26,437,31,436,35,436,39,433,48,439,65,456,47,462,44,457,41,455,37,453,37,451,33,450,28,449,24,447,21,445,21,440,23\" ');
	document.writeln('href=\"javascript:openPopup(\'ME\');\">');
*/	document.writeln('<area ');
	document.writeln('shape=POLY target=_self alt=\"Maryland\" ');
	document.writeln('coords=\"400,118,404,129,415,134,418,130,417,126,410,123,406,117,392,119,395,122,404,124,406,130\" ');
	document.writeln('href=\"javascript:openPopup(\'MD\');\">');
/*	document.writeln('<area ');
	document.writeln('shape=POLY target=_self alt=\"Massachusetts\" ');
	document.writeln('coords=\"421,78,421,83,435,80,439,82,441,82,442,82,437,77,439,73,421,77\" ');
	document.writeln('href=\"javascript:openPopup(\'MA\');\">');
	document.writeln('<area shape=\"rect\" coords=\"449,66,564,84\" href=\"javascript:openPopup(\'MA\');\" alt=\"Massachusetts\">');
*/	document.writeln('<area ');
	document.writeln('shape=POLY target=_self alt=\"Michigan\" ');
	document.writeln('coords=\"316,71,317,76,316,78,314,82,315,87,317,91,317,95,315,103,337,101,340,96,342,93,343,90,344,86,342,83,341,80,337,83,334,84,331,82,334,78,336,73,337,70,336,68,333,65,330,63,325,62,323,63,321,66,321,68,321,70,321,72,317,71\" ');
	document.writeln('href=\"javascript:openPopup(\'MI\');\">');
	document.writeln('<area ');
	document.writeln('shape=POLY target=_self alt=\"Minnesota\" ');
	document.writeln('coords=\"232,32,234,43,235,50,235,54,236,60,236,63,236,67,237,73,237,81,237,87,271,87,271,84,266,81,262,78,262,76,262,72,262,70,261,68,261,64,263,63,265,54,266,52,269,50,273,47,281,42,276,41,271,41,268,39,262,36,260,35,258,37,253,36,248,34,246,31,233,32\" ');
	document.writeln('href=\"javascript:openPopup(\'MN\');\">');
/*	document.writeln('<area ');
	document.writeln('shape=POLY target=_self alt=\"Mississippi\" ');
	document.writeln('coords=\"292,187,289,191,285,198,285,205,285,211,287,212,286,215,286,218,284,220,282,225,282,227,299,226,299,234,306,233,306,223,305,221,305,213,305,207,306,202,307,198,307,185,293,186\" ');
	document.writeln('href=\"javascript:openPopup(\'MS\');\">');
*/	document.writeln('<area ');
	document.writeln('shape=POLY target=_self alt=\"Missouri\" ');
	document.writeln('coords=\"244,125,255,126,262,126,271,124,272,129,277,135,280,139,283,142,284,146,285,150,288,153,291,155,292,159,294,161,293,164,291,163,252,165,252,155,251,137,248,135,249,132,244,126\" ');
	document.writeln('href=\"javascript:openPopup(\'MO\');\">');
	document.writeln('<area ');
	document.writeln('shape=POLY target=_self alt=\"Montana\" ');
	document.writeln('coords=\"93,16,93,29,100,41,98,51,103,59,105,65,119,60,170,68,175,29,95,16\" ');
	document.writeln('href=\"javascript:openPopup(\'MT\');\">');
/*	document.writeln('<area ');
	document.writeln('shape=POLY target=_self alt=\"Nebraska\" ');
	document.writeln('coords=\"175,96,174,112,189,113,190,126,237,126,237,119,233,114,234,109,230,103,225,100,222,101,218,99,213,98,205,98,196,97,188,97,183,96,176,96\" ');
	document.writeln('href=\"javascript:openPopup(\'NE\');\">');
*/	document.writeln('<area ');
	document.writeln('shape=POLY target=_self alt=\"New York\" ');
	document.writeln('coords=\"375,81,378,84,372,93,406,87,410,91,415,94,419,95,420,93,419,89,418,72,416,68,413,57,410,57,407,57,404,58,401,60,399,64,398,69,397,72,396,73,392,77,387,77,376,81\" ');
	document.writeln('href=\"javascript:openPopup(\'NY\');\">');
	document.writeln('<area ');
	document.writeln('shape=POLY alt=\"Nevada\" ');
	document.writeln('coords=\"46,89,37,116,66,160,77,155,86,97,47,89\" ');
	document.writeln('href=\"javascript:openPopup(\'NV\');\">');

	document.writeln('<area ');
	document.writeln('shape=POLY target=_self  alt=\"New Hampshire\" ');
	document.writeln('coords=\"437,70,428,72,427,68,427,64,428,59,431,53,430,47,437,69\" ');
	document.writeln('href=\"javascript:openPopup(\'NH\');\">');
	document.writeln('<area shape=\"rect\" coords=\"449,55,562,67\" href=\"javascript:openPopup(\'NH\');\" alt=\"New Hampshire\" >');

	document.writeln('<area ');
	document.writeln('shape=POLY target=_self  alt=\"New Jersey\" ');
	document.writeln('coords=\"409,116,420,116,421,110,420,105,420,101,423,98,413,97,412,100,412,103,414,106,417,108,409,115\" ');
	document.writeln('href=\"javascript:openPopup(\'NJ\');\">');
	document.writeln('<area shape=\"rect\" coords=\"437,124,552,140\" href=\"javascript:openPopup(\'NJ\');\" alt=\"New Jersey\" >');
	
	document.writeln('<area ');
	document.writeln('shape=POLY target=_self alt=\"New Mexico\" ');
	document.writeln('coords=\"126,160,118,214,121,213,123,211,169,211,173,164,127,160\" ');
	document.writeln('href=\"javascript:openPopup(\'NM\');\">');
	
	document.writeln('<area ');
	document.writeln('shape=POLY target=_self alt=\"North Carolina\" ');
	document.writeln('coords=\"367,160,412,152,412,156,412,161,409,167,412,170,409,171,405,174,403,179,398,181,387,174,383,173,381,174,371,171,365,171,348,176,354,170,361,166,366,161\" ');
	document.writeln('href=\"javascript:openPopup(\'NC\');\">');
	document.writeln('<area ');
	document.writeln('shape=RECT target=_self alt=\"North Dakota\" ');
	document.writeln('coords=\"181,30,228,59\" ');
	document.writeln('href=\"javascript:openPopup(\'ND\');\">');
	document.writeln('<area ');
	document.writeln('shape=POLY target=_self alt=\"Ohio\" ');
	document.writeln('coords=\"333,107,334,116,335,130,339,133,343,134,351,135,353,135,359,126,362,125,365,117,362,114,363,110,362,100,350,107,338,105,333,106\" ');
	document.writeln('href=\"javascript:openPopup(\'OH\');\">');
/*	document.writeln('<area ');
	document.writeln('shape=POLY target=_self alt=\"Oklahoma\" ');
	document.writeln('coords=\"179,164,180,164,247,166,249,197,241,195,237,196,232,196,226,197,220,196,217,194,212,194,209,192,206,190,204,189,204,182,204,169,180,167,179,165\" ');
	document.writeln('href=\"javascript:openPopup(\'OK\');\">');
*/	document.writeln('<area ');
	document.writeln('shape=POLY target=_self alt=\"Oregon\" ');
	document.writeln('coords=\"25,42,13,70,63,84,70,66,65,64,75,50\"');
	document.writeln('href=\"javascript:openPopup(\'OR\');\">');
	document.writeln('<area ');
	document.writeln('shape=POLY target=_self alt=\"Pennsylvania\" ');
	document.writeln('coords=\"367,97,367,98,367,108,369,115,370,120,409,111,411,108,407,104,409,97,406,94,405,92,368,97\" ');
	document.writeln('href=\"javascript:openPopup(\'PA\');\">');
/*	document.writeln('<area shape=\"rect\" coords=\"441,233,504,257\" href=\"javascript:openPopup(\'PR\');\" alt=\"Puerto Rico\" >');
*/	
/*	document.writeln('<area ');
	document.writeln('shape=POLY target=_self coords=\"434,81,437,91,447,82\" alt=\"Rhode Island\" ');
	document.writeln('href=\"javascript:openPopup(\'RI\');\">');
	document.writeln('<area shape=\"rect\" coords=\"449,87,564,99\" href=\"javascript:openPopup(\'RI\');\" alt=\"Rhode Island\" >');
	document.writeln('<area ');
	document.writeln('shape=POLY target=_blank alt=\"Rhode Island\" ');
	document.writeln('coords=\"432,82,435,83,440,88,447,82,438,80,433,83\" ');
	document.writeln('href=\"javascript:openPopup(\'RI\');\">');
*/	document.writeln('<area ');
	document.writeln('shape=POLY target=_self alt=\"South Carolina\" ');
	document.writeln('coords=\"355,180,362,187,366,190,372,195,378,205,384,199,388,194,389,191,393,186,391,182,387,179,383,177,377,178,374,178,371,176,367,176,363,176\" ');
	document.writeln('href=\"javascript:openPopup(\'SC\');\">');
/*	document.writeln('<area ');
	document.writeln('shape=POLY target=_self alt=\"South Dakota\" ');
	document.writeln('coords=\"178,64,175,91,202,93,222,95,229,97,233,76,229,72,229,67,179,64,180,64\" ');
	document.writeln('href=\"javascript:openPopup(\'SD\');\">');
*/	document.writeln('<area ');
	document.writeln('shape=POLY target=_self alt=\"Tennessee\" ');
	document.writeln('coords=\"299,170,293,182,340,178,352,167,362,162,299,167,300,171\" ');
	document.writeln('href=\"javascript:openPopup(\'TN\');\">');
/*	document.writeln('<area ');
	document.writeln('shape=POLY target=_self alt=\"Texas\" ');
	document.writeln('coords=\"178,169,174,216,170,219,156,218,142,215,148,223,155,229,157,231,156,238,167,247,173,239,190,240,196,253,200,260,203,265,206,270,206,273,208,276,212,280,219,283,219,278,218,273,224,263,228,258,238,252,247,245,256,240,256,236,258,232,258,228,255,223,254,220,253,217,253,209,253,205,248,202,237,201,224,200,215,199,208,196,199,192,199,170,179,169\" ');
	document.writeln('href=\"javascript:openPopup(\'TX\');\">');
*/	document.writeln('<area ');
	document.writeln('shape=POLY target=_self alt=\"Utah\"');
	document.writeln('coords=\"92,98,83,146,119,152,125,114,109,112,110,101,93,97,93,99,96,97\" ');
	document.writeln('href=\"javascript:openPopup(\'UT\');\">');

	document.writeln('<area ');
	document.writeln('shape=POLY target=_self alt=\"Vermont\" ');
	document.writeln('coords=\"416,54,416,60,419,65,420,67,421,72,422,74,425,74,425,71,424,65,425,62,425,58,428,55,426,52,415,54\" ');
	document.writeln('href=\"javascript:openPopup(\'VT\');\">');
	document.writeln('<area shape=\"rect\" coords=\"325,23,417,41\" href=\"javascript:openPopup(\'VT\');\" alt=\"Vermont\" >');
	
	document.writeln('<area ');
	document.writeln('shape=POLY target=_self alt=\"Virginia\" ');
	document.writeln('coords=\"356,157,409,148,407,139,399,132,390,130,384,134,380,142,378,148,355,157\" ');
	document.writeln('href=\"javascript:openPopup(\'VA\');\">');

	document.writeln('<area shape=POLY target=_self ');
	document.writeln('alt=\"Washington\" ');
	document.writeln('coords=\"27,8,26,24,31,29,33,36,50,40,68,38,75,43,80,13,46,2,43,3,44,15,40,21,35,24,33,20,37,14,28,8\" ');
	document.writeln('href=\"javascript:openPopup(\'WA\');\">');
	document.writeln('<area ');
	document.writeln('shape=POLY target=_self alt=\"Washington, D.C.\" ');
	document.writeln('coords=\"394,124,401,124,400,131,394,129,394,125\" ');
	document.writeln('href=\"javascript:openPopup(\'DC\');\">');
	document.writeln('<area shape=\"rect\" coords=\"437,155,568,171\" href=\"javascript:openPopup(\'DC\');\" alt=\"Washington, D.C.\" >');
	document.writeln('<area ');
	document.writeln('shape=POLY target=_self  alt=\"West Virginia\" ');
	document.writeln('coords=\"355,140,358,145,363,149,370,146,372,143,373,135,380,132,382,128,385,126,385,124,378,128,377,128,375,128,376,126,376,123,374,123,372,123,369,124,367,123,367,126,365,127,362,129,356,136\" ');
	document.writeln('href=\"javascript:openPopup(\'WV\');\">');
	document.writeln('<area ');
	document.writeln('shape=POLY target=_self alt=\"Wisconsin\" ');
	document.writeln('coords=\"269,56,269,61,266,65,266,70,266,73,268,77,273,80,277,85,278,89,278,92,282,98,300,97,299,91,302,88,302,84,302,81,303,77,301,72,301,70,299,66,298,64,284,59,279,56,275,56,273,56\" ');
	document.writeln('href=\"javascript:openPopup(\'WI\');\">');
/*	document.writeln('<area ');
	document.writeln('shape=POLY target=_self alt=\"Wyoming\" ');
	document.writeln('coords=\"123,68,117,106,166,112,171,75\" ');
	document.writeln('href=\"javascript:openPopup(\'WY\');\">');
*/
	document.writeln('<\/map>');

}
