function showContent(facType){
         if (facType == "sif"){
            document.write("State-operated Inspection Stations are located throughout New Jersey with no additional charges to");
            document.write(" perform inspections beyond the annual registration fee. <br />");
            document.write("All state-operated stations are open on the same days and hours:");
            document.write("<ul>");
			document.write("<li>Check wait times: <a href=\"http://njcam.appsolgrp.com/waitqueue/jsp/home.jsp\" target=window.open>station cams</a> (live)</li>")
            document.write("<li>Weekdays 8:00 a.m.&ndash;4:30 p.m. </li>");
            document.write("<li>Saturdays 7:00 a.m.&ndash;12:00 p.m.</li>");
            //document.write("<li>One late evening per week &ndash; 7:00 p.m. (see list of providers for specific day) </li>");
            document.write("<li> Closed on <a href=\"http://www.state.nj.us/mvc/Location/LegalHolidays.htm\">legal holidays</a> </li>");
            document.write("</ul>");
         }
         else if (facType.toLowerCase() == "erf"){
              document.write("An Emission Repair Facility (ERF) is a privately owned facility, certified to repair emission-related failures.<br /><br />");
              document.write("Keep all receipts related to emission repairs. You will need to present them when you have your vehicle re-inspected.<br /><br />");
         }
         else if (facType.toLowerCase() == "pif"){
              document.write("For your convenience, there are also Private Inspection Facilities (PIFs) available to perform inspections for a fee.<br /><br />");
         }
         else if (facType.toLowerCase() == "deic"){
              document.write("A Diesel Emissions Inspection Center (DEIC) is a privately owned facility, certified to perform diesel emission tests. For your convenience, there are Diesel Emissions Inspection Centers (DEICs) available throughout New Jersey to perform inspections for a fee.<br /><br />");
              document.write("For inquiries regarding Fleet DEICs and locations please call the MVC DEIC Unit at (609) 633-9474.<br /><br />");
         }
}
 
