function leftCol(departmentName)
{
    document .write ("<TD class=leftnavbg vAlign=top width=125>");
    document .write ("  <TABLE border=0 cellPadding=0 cellSpacing=0 width='119'>");
    document .write ("    <TBODY>");
      //Don't mass up; Header - Department
        header1();
      
   document .write ("   <TR>");
   document .write ("     <TD align=left class=leftnavbg vAlign=top width=125>");
      
   document .write ("   <!-- * BEGIN LEFT NAV AREA * -->");
   document .write ("     <TABLE border=0 cellPadding=0 cellSpacing=0 width=125>");
   document .write ("         <TBODY>");

   document .write (" <TR>");
   document .write ("              <TD align=left height=1 vAlign=top>");
   document .write ("                <p style='margin-top: 1; margin-bottom: 0'><IMG border=0 height=3 src='../images/pixel(1).gif' width=75></p>");
   document .write ("              </TD>");
   document .write ("            </TR>");

    //Home
   document .write ("           <TR>");
   document .write ("            <TD align=left class=menuitem vAlign=center>");
   document .write ("               <p style='margin-top: 1; margin-bottom: 0'><a class=menuitem href='../Index/Index Test.html'>&nbsp; Home</a></p>");
   document .write ("             </TD></TR>");
   document .write ("           <TR>");
   document .write ("           <TD align=left height=1 vAlign=top>");
   document .write ("             <p style='margin-top: 1; margin-bottom: 0'><IMG border=0 height=1 src='../images/corenav_dotted.gif' width=125></p>");
   document .write ("           </TD></TR>");
   
   //Start copying to add item; For single line item;City Council
   document .write ("           <TR>");
   document .write ("             <TD align=left class=menuitem vAlign=center>");

   if(departmentName=="CityCouncil"){
    document.write("<p style='margin-top: 1; margin-bottom: 0'>&nbsp;&nbsp;<a Class=leftnavon href='../CityCouncil/CityCouncil.html'>City Council</a></p>");
   }
   else{
    document .write ("<p style='margin-top: 1; margin-bottom: 0'>&nbsp;&nbsp;<a Class=menuitem href='../CityCouncil/CityCouncil.html'>City Council</a></p>");
   }	
   
   document .write ("             </TD>");
   document .write ("           </TR>");
   document .write ("           <TR>");
   document .write ("             <TD align=left height=1 vAlign=top>");
   document .write ("               <p style='margin-top: 1; margin-bottom: 0'><IMG border=0 height=1 src='../images/corenav_dotted.gif' width=125></p>");
   document .write ("             </TD>");
   document .write ("           </TR>");
   // End copying to add item

   //City Documents
   document .write ("           <TR>");
   document .write ("             <TD align=left class=menuitem vAlign=center>");

   if(departmentName=="CityDocuments"){
    document.write("<p style='margin-top: 1; margin-bottom: 0'>&nbsp;&nbsp;<a Class=leftnavon href='../CityDocuments/CityDocuments.html'>City Documents</a></p>");
   }
   else{
    document .write ("<p style='margin-top: 1; margin-bottom: 0'>&nbsp;&nbsp;<a Class=menuitem href='../CityDocuments/CityDocuments.html'>City Documents</a></p>");
   }	
   
   document .write ("             </TD>");
   document .write ("           </TR>");
   document .write ("           <TR>");
   document .write ("             <TD align=left height=1 vAlign=top>");
   document .write ("               <p style='margin-top: 1; margin-bottom: 0'><IMG border=0 height=1 src='../images/corenav_dotted.gif' width=125></p>");
   document .write ("             </TD>");
   document .write ("           </TR>");
   // End copying to add item

   //City Manager
   document .write ("           <TR>");
   document .write ("             <TD align=left class=menuitem vAlign=center>");

   if(departmentName=="CityManager"){
    document .write ("<a class=leftnavon href='../CityManager/CityManager.html'><p style='margin-top: 1; margin-bottom: 0'>&nbsp;&nbsp;City Manager</p>");
   }
   else{
     document .write ("<a class=menuitem href='../CityManager/CityManager.html'><p style='margin-top: 1; margin-bottom: 0'>&nbsp;&nbsp;City Manager</p>");
   }	

   document .write ("               </a></TD>");
   document .write ("           </TR>");
   document .write ("           <TR>");
   document .write ("             <TD align=left height=1 vAlign=top>");
   document .write ("               <p style='margin-top: 1; margin-bottom: 0'><IMG border=0 height=1 src='../images/corenav_dotted.gif' width=125></p>");
   document .write ("             </TD>");
   document .write ("           </TR>");

   
   //City News
   document .write ("           <TR>");
   document .write ("             <TD align=left class=menuitem vAlign=center>");

   if(departmentName=="CityNews"){
    document .write ("               <a class=leftnavon href='../CityNews/CityNews.html'><p style='margin-top: 1; margin-bottom: 0'>&nbsp;&nbsp;City News</p>");
   }
   else{
     document .write ("               <a class=menuitem href='../CityNews/CityNews.html'><p style='margin-top: 1; margin-bottom: 0'>&nbsp;&nbsp;City News</p>");
   }	

   document .write ("               </a></TD>");
   document .write ("           </TR>");
   document .write ("           <TR>");
   document .write ("             <TD align=left height=1 vAlign=top>");
   document .write ("               <p style='margin-top: 1; margin-bottom: 0'><IMG border=0 height=1 src='../images/corenav_dotted.gif' width=125></p>");
   document .write ("             </TD>");
   document .write ("           </TR>");

   //Communication
   document .write ("          <TR>");
   document .write ("             <TD align=left class=menuitem vAlign=center>");

   if(departmentName=="Communication"){
     document .write ("               <p style='margin-top: 1; margin-bottom: 0'><a class=leftnavon href='../Communication/Communication.html'>&nbsp;&nbsp;Communication</a></p>");
   }
   else{
      document .write ("               <p style='margin-top: 1; margin-bottom: 0'><a class=menuitem href='../Communication/Communication.html'>&nbsp;&nbsp;Communication</a></p>");
   }	
   
   document .write ("             </TD>");
   document .write ("           </TR>");
   document .write ("           <TR>");
   document .write ("             <TD align=left height=1 vAlign=top>");
   document .write ("               <p style='margin-top: 1; margin-bottom: 0'><IMG border=0 height=1 src='../images/corenav_dotted.gif' width=125></p>");
   document .write ("             </TD>");
   document .write ("           </TR>");

   //Copy and modify for double-line item; Community Services
   document .write ("           <TR>");
 
   if(departmentName=="CommunityServices"){
      document .write ("             <TD align=left class=leftnavon vAlign=center><a class=leftnavon href='../CommunityServices/CommunityServices.html'>");
   document .write ("               <p style='line-height: 100%; margin-top: 1; margin-bottom: 0'>&nbsp;&nbsp;Community&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p>");
   document .write ("               <p style='line-height: 100%; margin-top: 1; margin-bottom: 0'>&nbsp;");
   document .write ("               Services</a></p>");
   }
   else{
      document .write ("             <TD align=left class=menuitem vAlign=center><a class=menuitem href='../CommunityServices/CommunityServices.html'>");
   document .write ("               <p style='line-height: 100%; margin-top: 1; margin-bottom: 0'>&nbsp;&nbsp;Community&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p>");
   document .write ("               <p style='line-height: 100%; margin-top: 1; margin-bottom: 0'>&nbsp;");
   document .write ("               Services</a></p>");
   }	

   document .write ("             </TD></TR>");
   document .write ("           <TR>");
   document .write ("             <TD align=left height=1 vAlign=top>");
   document .write ("               <p style='margin-top: 1; margin-bottom: 0'><IMG border=0 height=1 src='../images/corenav_dotted.gif' width=125></p>");
   document .write ("             </TD>");
   document .write ("            </TR>");

   //Economic Development
   document .write ("           <TR>");

   if(departmentName=="EconomicDevelopment"){
      document .write ("             <TD align=left class=leftnaveon vAlign=center><a class=leftnavon href='../EconomicDevelopment/EconomicDevelopment.html'>");
   document .write ("               <p style='margin-top: 1; margin-bottom: 0'>&nbsp; Economic</p><p style='margin-top: 1; margin-bottom: 0'>&nbsp;");
   document .write ("               Development</p></a></TD>");
   }
   else{
      document .write ("             <TD align=left class=menuitem vAlign=center><a class=menuitem href='../EconomicDevelopment/EconomicDevelopment.html'>");
   document .write ("               <p style='margin-top: 1; margin-bottom: 0'>&nbsp; Economic</p><p style='margin-top: 1; margin-bottom: 0'>&nbsp;");
   document .write ("               Development</p></a></TD>");
   }	

   document .write ("           </TR>");
   document .write ("           <TR>");
   document .write ("             <TD align=left height=1 vAlign=top>");
   document .write ("              <p style='margin-top: 1; margin-bottom: 0'><IMG border=0 height=1 src='../images/corenav_dotted.gif' width=125></p>");
   document .write ("             </TD></TR>");

   //Engineering
   document .write ("           <TR>");
   document .write ("             <TD align=left class=menuitem vAlign=center>");

   if(departmentName=="Engineering"){
     document .write ("                <p style='margin-top: 1; margin-bottom: 0'><a class=leftnavon href='../Engineering/Engineering.html'>&nbsp;&nbsp;Engineering</a></p></TD>");
   }
   else{
      document .write ("                <p style='margin-top: 1; margin-bottom: 0'><a class=menuitem href='../Engineering/Engineering.html'>&nbsp;&nbsp;Engineering</a></p></TD>");
   }	
   
   document .write ("           </TR>");
   document .write ("           <TR>");
   document .write ("             <TD align=left height=1 vAlign=top>");
   document .write ("               <p style='margin-top: 1; margin-bottom: 0'><IMG border=0 height=1 src='../images/corenav_dotted.gif' width=125></p>");
   document .write ("             </TD>");
   document .write ("           </TR>");

   //Equipment Sercices
   document .write ("          <TR>");

   if(departmentName=="EquipmentServices"){
       document .write ("             <TD align=left class=leftnavon vAlign=center> <a class=leftnavon href='../EquipmentServices/EquipmentServices.html'>");
   document .write ("              <p style='line-height: 100%; margin-top: 1; margin-bottom: 0'> &nbsp;&nbsp;Equipment&nbsp;</p>");
   document .write ("               <p style='line-height: 100%; margin-top: 1; margin-bottom: 0'>&nbsp;&nbsp;Services</a></p>");
   document .write ("             </TD>");
   }
   else{
       document .write ("             <TD align=left class=menuitem vAlign=center> <a class=menuitem href='../EquipmentServices/EquipmentServices.html'>");
   document .write ("              <p style='line-height: 100%; margin-top: 1; margin-bottom: 0'> &nbsp;&nbsp;Equipment&nbsp;</p>");
   document .write ("               <p style='line-height: 100%; margin-top: 1; margin-bottom: 0'>&nbsp;&nbsp;Services</a></p>");
   document .write ("             </TD>");
   }	

   document .write ("           </TR>");
   document .write ("           <TR>");
   document .write ("             <TD align=left height=1 vAlign=top>");
   document .write ("              <p style='margin-top: 1; margin-bottom: 0'><IMG border=0 height=1 src='../images/corenav_dotted.gif' width=125></p>");
   document .write ("             </TD>");
   document .write ("           </TR>");

   //Finance
   document .write ("           <TR>");
   document .write ("             <TD align=left class=menuitem vAlign=center>");


   if(departmentName=="Finance"){
    document .write ("             <a class=leftnavon href='../Finance/Finance.html'><p style='margin-top: 1; margin-bottom: 0'>&nbsp;&nbsp;Finance</p>");
   document .write ("             </a></TD>");
   }
   else{
    document .write ("             <a class=menuitem href='../Finance/Finance.html'><p style='margin-top: 1; margin-bottom: 0'>&nbsp;&nbsp;Finance</p>");
   document .write ("             </a></TD>");
   }	

   document .write ("           </TR>");
   document .write ("           <TR>");
   document .write ("             <TD align=left height=1 vAlign=top>");
   document .write ("               <p style='margin-top: 1; margin-bottom: 0'><IMG border=0 height=1 src='../images/corenav_dotted.gif' width=125></p>");
   document .write ("             </TD>");
   document .write ("           </TR>");

   //Fire
   document .write ("           <TR>");
   document .write ("             <TD align=left class=menuitem vAlign=center>");

   if(departmentName=="Fire"){
    document .write ("             <p style='margin-top: 1; margin-bottom: 0'>&nbsp;<a class=leftnavon href='../Fire/Fire.html'>&nbsp;Fire</a></p></TD>");
   }
   else{
    document .write ("             <p style='margin-top: 1; margin-bottom: 0'>&nbsp;<a class=menuitem href='../Fire/Fire.html'>&nbsp;Fire</a></p></TD>");
   }	
   
   document .write ("           </TR>");
   document .write ("           <TR>");
   document .write ("             <TD align=left height=1 vAlign=top>");
   document .write ("               <p style='margin-top: 1; margin-bottom: 0'><IMG border=0 height=1 src='../images/corenav_dotted.gif' width=125></p>");
   document .write ("             </TD>");
   document .write ("           </TR>");

   //Hotel/Tourism
   document .write ("           <TR>");
   document .write ("             <TD align=left class=menuitem vAlign=center>");

    if(departmentName=="Hotel/Tourism"){
     document .write ("               <p style='margin-top: 1; margin-bottom: 0'>&nbsp;<a class=leftnavon href='../Hotel&Tourism/Hotel&Tourism.html'>&nbsp;Hotel/Tourism</a></p>");
   }
   else{
     document .write ("               <p style='margin-top: 1; margin-bottom: 0'>&nbsp;<a class=menuitem href='../Hotel&Tourism/Hotel&Tourism.html'>&nbsp;Hotel/Tourism</a></p>");
   }	

   document .write ("             </TD></TR>");
   document .write ("           <TR>");
   document .write ("             <TD align=left height=1 vAlign=top>");
   document .write ("               <p style='margin-top: 1; margin-bottom: 0'><IMG border=0 height=1 src='../images/corenav_dotted.gif' ");
   document .write ("               width=125></p>");
   document .write ("             </TD></TR>");
 
   //Human Resources
   document .write ("           <TR>");

   if(departmentName=="HumanResources"){
     document .write ("             <TD align=left class=menuitem vAlign=center><a class=leftnavon href='../HumanResources/HumanResources.html'>");
     document .write ("                 <p style='margin-top: 1; margin-bottom: 0'>&nbsp; Human&nbsp;</p>");
     document .write ("                 <p style='margin-top: 1; margin-bottom: 0'>&nbsp; Resources</p></a></TD></TR>");
   }
   else{
     document .write ("             <TD align=left class=menuitem vAlign=center><a class=menuitem href='../HumanResources/HumanResources.html'>");
     document .write ("                 <p style='margin-top: 1; margin-bottom: 0'>&nbsp; Human&nbsp;</p>");
     document .write ("                 <p style='margin-top: 1; margin-bottom: 0'>&nbsp; Resources</p></a></TD></TR>");
   }	

   
   document .write ("           <TR>");
   document .write ("             <TD align=left height=1 vAlign=top>");
   document .write ("               <p style='margin-top: 1; margin-bottom: 0'><IMG border=0 height=1 src='../images/corenav_dotted.gif' width=125></p>");
   document .write ("             </TD>");
   document .write ("           </TR>");
  
   //Library
   document .write ("           <TR>");
   document .write ("             <TD align=left class=menuitem vAlign=center>");

   if(departmentName=="Library"){
      document .write ("               <p style='margin-top: 1; margin-bottom: 0'>&nbsp; <a class=leftnavon href='../Library/Library.html'>Library</a></p>");
   }
   else{
      document .write ("               <p style='margin-top: 1; margin-bottom: 0'>&nbsp; <a class=menuitem href='../Library/Library.html'>Library</a></p>");
   }	

   document .write ("             </TD>");
   document .write ("          </TR>");
   document .write ("           <TR>");
   document .write ("           <TD align=left height=1 vAlign=top>");
   document .write ("             <p style='margin-top: 1; margin-bottom: 0'><IMG border=0 height=1 src='../images/corenav_dotted.gif' width=125></p>");
   document .write ("           </TD></TR>");

   //parks and Recreation
   document .write ("           <TR>");
   
   if(departmentName=="Parks&Rec"){
      document .write ("             <TD align=left class=menuitem vAlign=center><a class=leftnavon href='../ParksRec/ParksRec.html'>");
      document .write ("              <p style='margin-top: 1; margin-bottom: 0'>&nbsp; Parks");
      document .write ("              and&nbsp;</p>");
      document .write ("               <p style='margin-top: 1; margin-bottom: 0'>&nbsp; Recreation</TD></TR>");
   }
   else{
       document .write ("             <TD align=left class=menuitem vAlign=center><a class=menuitem href='../ParksRec/ParksRec.html'>");
      document .write ("              <p style='margin-top: 1; margin-bottom: 0'>&nbsp; Parks");
      document .write ("              and&nbsp;</p>");
      document .write ("               <p style='margin-top: 1; margin-bottom: 0'>&nbsp; Recreation</TD></TR>");
   }	

   document .write ("          <TR>");
   document .write ("           <TD align=left height=1 vAlign=top>");
   document .write ("            <p style='margin-top: 1; margin-bottom: 0'><IMG border=0 height=1 src='../images/corenav_dotted.gif' width=125></p>");
   document .write ("           </TD></TR>");

   //Planning
   document .write ("           <TR>");
   document .write ("              <TD align=left class=menuitem vAlign=center>");
   
   if(departmentName=="Planning"){
     document .write ("               <p style='margin-top: 1; margin-bottom: 0'><a class=leftnavon href='../Planning/Planning.html'>&nbsp; Planning</a></p>");
   }
   else{
      document .write ("               <p style='margin-top: 1; margin-bottom: 0'><a class=menuitem href='../Planning/Planning.html'>&nbsp; Planning</a></p>");
   }	

   document .write ("             </TD></TR>");
   document .write ("           <TR>");
   document .write ("           <TD align=left height=1 vAlign=top>");
   document .write ("             <p style='margin-top: 1; margin-bottom: 0'><IMG border=0 height=1 src='../images/corenav_dotted.gif' width=125></p>");
   document .write ("           </TD></TR>");

   //Police
   document .write ("           <TR>");
   document .write ("             <TD align=left class=menuitem vAlign=center>");

   if(departmentName=="Police"){
     document .write ("               <p style='margin-top: 1; margin-bottom: 0'><a class=leftnavon href='../Police/Police.html'>&nbsp; Police</a></p>");
   }
   else{
      document .write ("               <p style='margin-top: 1; margin-bottom: 0'><a class=menuitem href='../Police/Police.html'>&nbsp; Police</a></p>");
   }	

   document .write ("             </TD></TR>");
   document .write ("           <TR>");
   document .write ("           <TD align=left height=1 vAlign=top>");
   document .write ("             <p style='margin-top: 1; margin-bottom: 0'><IMG border=0 height=1 src='../images/corenav_dotted.gif' width=125></p>");
   document .write ("           </TD></TR>");
   
   //Public Works
   document .write ("           <TR>");
     document .write ("             <TD align=left class=menuitem vAlign=center>");

   if(departmentName=="PublicWorks"){
     document .write ("               <p style='margin-top: 1; margin-bottom: 0'><a class=leftnavon href='../PublicWorks/PublicWorks.html'>&nbsp; Public Works</a></p>");
   }
   else{
     document .write ("              <p style='margin-top: 1; margin-bottom: 0'><a class=menuitem href='../PublicWorks/PublicWorks.html'>&nbsp; Public Works</a></p>");
   }	

   document .write ("             </TD></TR>");
   document .write ("   	<TR>");
   document .write ("           <TD align=left height=1 vAlign=top>");
   document .write ("             <p style='margin-top: 1; margin-bottom: 0'><IMG border=0 height=1 src='../images/corenav_dotted.gif' width=125></p>");
   document .write ("           </TD></TR>");

   //Purchasing
   document .write ("           <TR>");
   document .write ("             <TD align=left class=menuitem vAlign=center>");

   if(departmentName=="Purchasing"){
      document .write ("               <p style='margin-top: 1; margin-bottom: 0'><a class=leftnavon href='../Purchasing/Purchasing.html'>&nbsp; Purchasing</a></p>");
   }
   else{
      document .write ("               <p style='margin-top: 1; margin-bottom: 0'><a class=menuitem href='../Purchasing/Purchasing.html'>&nbsp; Purchasing</a></p>");
   }	

   document .write ("             </TD></TR>");
   document .write ("           <TR>");
   document .write ("           <TD align=left height=1 vAlign=top>");
   document .write ("             <p style='margin-top: 1; margin-bottom: 0'><IMG border=0 height=1 src='../images/corenav_dotted.gif' width=125></p>");
   document .write ("           </TD></TR>");
   
   //Traffic
   document .write ("           <TR>");
   document .write ("             <TD align=left class=menuitem vAlign=center>");

   if(departmentName=="Traffic"){
      document .write ("               <p style='margin-top: 1; margin-bottom: 0'><a class=leftnavon href='../Traffic/Traffic.html'>&nbsp; Traffic</a></p>");
   }
   else{
      document .write ("               <p style='margin-top: 1; margin-bottom: 0'><a class=menuitem href='../Traffic/Traffic.html'>&nbsp; Traffic</a></p>");
   }	

   document .write ("             </TD></TR>");

   //Adobe Logo
   document .write ("<TR><!--Separator-->");
   document .write ("             <TD align=left class=leftnavon vAlign=center>");
   document .write ("               <IMG height=29 src='../images/pixel(1).gif' width=125>");
   document .write ("             </TD></TR>");

   document .write ("				<TR><!--Adobe Logo-->");
   document .write ("             <TD align=left class=leftnavon vAlign=center>");
   document .write ("             <a href='http://www.adobe.com/products/acrobat/readstep2.html'>&nbsp;&nbsp;<img alt='Get Acrobat Reader' src='../images/getacro.gif' border='0' width='88' height='31'></a>");
   document .write ("             </TD></TR>");

   document .write ("<TR>");
   document .write ("		<TD align=left vAlign=center>");
   document .write ("               <p style='word-spacing: 0; margin-top: 1; margin-bottom: 0'><font face='Arial' size='1'>&nbsp;&nbsp;Download Acrobat</font></p>");
   document .write ("               <p style='word-spacing: 0; margin-top: 1; margin-bottom: 0'><font face='Arial' size='1'>&nbsp;&nbsp;Reader to read PDF</font></p>");
   document .write ("               <p style='word-spacing: 0; margin-top: 1; margin-bottom: 0'><font face='Arial' size='1'>&nbsp;&nbsp;Files</font></p>");
   document .write ("             </TD></TR>");

   document .write (" <TR><!--Separator-->");
   document .write ("              <TD align=left height=1 vAlign=top>");
   document .write ("                <p style='margin-top: 1; margin-bottom: 0'><IMG border=0 height=29 src='../images/pixel(1).gif' width=75></p>");
   document .write ("              </TD>");
   document .write ("            </TR>");

   document .write ("      </TBODY>");
   document .write ("</TABLE>");
   document .write ("<!-- * END LEFT NAV AREA * -->");
   document .write ("	</TD>"); 
   document .write ("</TR>");
   document .write ("</TBODY>");
   document .write ("</TABLE>");
   document .write ("</TD>");
}
