var pathname = window.location.pathname;
var gUrl = "http://rec.farmersbranch.info
<!--
 function banner() //Banner
{
  document .write ("<TABLE border=0 cellPadding=0 cellSpacing=0 height=41 width=761>");
  document .write ("  <TBODY>");
  document .write ("  <TR>");
  document .write ("    <TD align=left vAlign=bottom width=124><IMG name='banner' ");
//document.banner.src ??
 
  document .write ("    	height=88  width=760 border=0'></TD>");
  document .write ("    <TD width=16 valign='bottom' height='41'>");
  document .write ("  </TD>");
//  document .write ("  <TD align=center vAlign=middle width=169><IMG border=0 src='images/logo1.jpg' width=100 height=73></TD>");
//  document .write (" </TR>");
  document .write (" </TBODY>");
  document .write ("</TABLE>");
}

function header2() // Hearder - The rest
{
  document .write ("<TABLE border=0 cellPadding=0 cellSpacing=0>");
  document .write ("  <TBODY>");
  document .write ("  <TR>");
  document .write ("    <TD width=125><A id=a0 onmouseout=menuOut(0); onmouseover=menuOver(0);idx='SiteMenu'>"); 
  document .write (" 	      <IMG border=0 class=over height=17 name=I0 src='../images/gbl_cor_homemenu0_off.gif' width=125></A></TD>");
  document .write ("    <TD width=124><A id=a1 onmouseout=menuOut(1); onmouseover=menuOver(1); idx='menu1image'>");
  document .write ("          <IMG border=0 class=over height=17 name=I1 src='../images/gbl_cor_menu1_off.gif' width=125></A></TD>");
  document .write ("    <TD width=125><A id=a2 onmouseout=menuOut(2); onmouseover=menuOver(2); idx='menu2image'>");
  document .write ("          <IMG  border=0 class=over height=17 name=I2 src='../images/gbl_cor_menu2_off.gif' width=125></A></TD>");
  document .write ("    <TD width=125><A  id=a3 onmouseout=menuOut(3); onmouseover=menuOver(3); idx='menu3image'>");
  document .write ("          <IMG border=0 class=over height=17 name=I3 src='../images/gbl_cor_menu3_off.gif' width=125></A></TD>");
  document .write ("    <TD width=124><A id=a4 onmouseout=menuOut(4); onmouseover=menuOver(4); idx='menu4image'>");
  document .write ("   	      <IMG border=0 class=over height=17 name=I4 src='../images/gbl_cor_menu4_off.gif' width=123.5></A></TD>");
  document .write (" </TR>");
  document .write ("</TBODY>");
  document .write ("</TABLE>");

}
 
function footer1()	// Footer bar.
{
  document .write ("<TR>");
  document .write ("  <TD class=bordercolor height=1 width=100><IMG height=1 src='../images/pixel.gif' width=100></TD>");
  document .write ("  <TD class=bordercolor height=16 rowSpan=2><IMG height=1 src='../images/pixel.gif' width=1></TD>");
  document .write ("  <TD class=bordercolor height=1 width=76><IMG height=1 src='../images/pixel.gif' width=76></TD>");
  document .write ("  <TD class=bordercolor width=1 height=16 rowSpan=2><IMG height=1 src='../images/pixel.gif' width=1></TD>");
  document .write ("  <TD class=bordercolor height=1 width=82 ><IMG height=1 src='../images/pixel.gif' width=82></TD>");
  document .write ("  <TD class=bordercolor width=1height=16 rowSpan=2><IMG height=1 src='../images/pixel.gif' width=1></TD>");
  document .write ("  <TD class=bordercolor height=1 width=100><IMG height=1 src='../images/pixel.gif' width=100></TD>");
  document .write ("  <TD class=bordercolor width=1 height=16 rowSpan=2><IMG height=1 src='../images/pixel.gif' width=1></TD>");
  document .write ("  <TD class=bordercolor height=1 width=95><IMG height=1 src='../images/pixel.gif' width=95></TD>");
  document .write ("  <TD class=bordercolor width=1 height=16 rowSpan=2><IMG height=1 src='../images/pixel.gif' width=1></TD>");

  //document .write ("  <TD class=bordercolor height=1 width=73><IMG height=1 src='../images/pixel.gif' width=73></TD>");
  //document .write ("  <TD class=bordercolor width=1 height=16 rowSpan=2><IMG height=1 src='../images/pixel.gif' width=1></TD>");

  document .write ("  <TD class=bordercolor height=1 width=80><IMG height=1 src='../images/pixel.gif' width=80></TD>");
  document .write ("  <TD class=bordercolor height=16 rowSpan=2><IMG height=1 src='../images/pixel.gif' width=1></TD>");
  document .write ("  <TD class=bordercolor height=1 width=73><IMG height=1 src='../images/pixel.gif' width=73></TD>");
  document .write ("  <TD class=bordercolor width=1 height=16 rowSpan=2><IMG height=1 src='../images/pixel.gif' width=1></TD>");
  document .write ("  <TD class=bordercolor height=1 width=136><IMG height=1 src='../images/pixel.gif' width=136></TD></TR>");
  document .write ("<TR>");
  //document .write ("  <TD background='../images/gbl_mod_head_aa2.gif' height='15'><IMG height=15 src='../images/pixel.gif' width=52></TD>");
  document .write ("  <TD align=middle background='../images/gbl_mod_head_aa1.gif'  height=15 vAlign=center width=164>");
  document .write ("  	<a class=moduleheader href='" + gUrl + "/Communication/AboutCity.html'>About City</a></TD>");
  document .write ("  <TD align=middle background='../images/gbl_mod_head_aa1.gif' class=moduleheader height=15 vAlign=center width=164>");
  document .write ("      <a class=moduleheader href='" + gUrl + "/Communication/Privacy.html'>Privacy</a></TD>");
  document .write ("  <TD align=middle background='../images/gbl_mod_head_aa1.gif'"); 
  document .write ("        class=moduleheader height=15 vAlign=center width=164><a class=moduleheader href='" + gUrl + "/Communication/Sitemap.html'>Sitemap</a></TD>");
  document .write ("  <TD align=middle background='../images/gbl_mod_head_aa1.gif' ");
  document .write ("        class=moduleheader height=15 vAlign=center width=164><a class=moduleheader href='" + gUrl + "/Communication/Contacts.html'>Contact Us</a></TD>");
  document .write ("  <TD align=middle background='../images/gbl_mod_head_aa1.gif' ");
  
  document .write ("        class=moduleheader height=15 vAlign=center width=164><a class=moduleheader href='" + gUrl + "/Communication/Disclaimer.html'>Disclaimer</a></TD>");
  document .write ("  <TD align=middle background='../images/gbl_mod_head_aa1.gif' ");

  document .write ("        class=moduleheader height=15 vAlign=center width=164><a class=moduleheader href='" + gUrl + "/Communication/Search.html'>Search</a></TD>");
  document .write ("  <TD align=middle background='../images/gbl_mod_head_aa1.gif' ");


  document .write ("        class=moduleheader height=15 vAlign=center width=164><a class=moduleheader href='http://www.farmersbranch.info'>Home</a></TD>");
  document .write ("  <TD background='../images/gbl_mod_head_aa2.gif' height='15'><IMG height=15 src='../images/pixel.gif' width=135></TD></TR>");	
}

function footer2() //Counter
{
 document .write ("<TR>");
 document .write ("   <TD align=middle class=pagebody colSpan=15 width=761 height='18'><IMG border=0 height=16 src='../images/pixel(1).gif' ");
 document .write ("     width=498></TD>");
 document .write (" </TR>");
 document .write (" <TR>");
 document .write ("<TD align=middle class=pagebody colSpan=15 width=761 height='18></TD>");

 document .write ("   <TD align=middle class=pagebody colSpan=15 width=761 height='18'>");
 document .write ("     <p align='center'>You are");
 document .write ("     the <!--webbot");
 document .write ("     bot='HitCounter' u-custom b-reset='TRUE' i-digits='6' i-image='2'");
 document .write ("     PREVIEW='&lt;strong&gt;[Hit Counter]&lt;/strong&gt;' i-resetvalue='0' startspan --><strong>[Hit Counter]</strong><!--webbot");
 document .write ("     bot='HitCounter' endspan -->");
 document .write ("     visitor");
 document .write ("     since June 10, 2002</p>");
 document .write ("   </TD>");

 document .write (" </TR>");
}

/* document .write ("<TD align=middle class=pagebody colSpan=15 width=761 height="18"><!--webbot
      bot="HitCounter" u-custom b-reset="TRUE" i-digits="0" i-image="4"
      PREVIEW="&lt;strong&gt;[Hit Counter]&lt;/strong&gt;" i-resetvalue="0" -->
    </TD>")
*/

function footer3() // Copy right, contact information
{
 document .write ("<TR>");
 document .write ("   <TD align=center class=pagebody colSpan=15 width=761 height='18'>©2006 City of Farmers Branch</TD>");
 document .write (" </TR>");
 document .write (" <TR>");
 document .write ("   <TD align=center class=pagebody colSpan=15 width=761 height='18'>13000 Wm. Dodson Pkwy");
 document .write ("     · P. O. Box 819010 · Farmers Branch, TX 75234</TD>");
 document .write (" </TR>");
 document .write (" <TR>");
 document .write ("   <TD align=center class=pagebody colSpan=15 width=761 height='18'>Phone:972.247.3131 ·");
 document .write ("     Fax:972.247.4836</TD>");
 document .write (" </TR>");
 document .write ("<TR>");
 document .write ("   <TD align=middle class=pagebody colSpan=15 width=761 height='18'><IMG border=0 height=16 src='../images/pixel(1).gif'"); 
 document .write ("    width=498></TD>");
 document .write (" </TR>");  
}

function flyLayer()
{
	
        //Department dropdown menu
	document .write ("<!-- * BEGIN MENU DIVS * --><!-- * HOME DROPDOWN MENU * -->");
 	//document .write ("<LAYER visibility='hide'>");		//hide static display
	if((doAll) || (NS6))
	{
		document.write("<div id='X0' onMouseOver='menuOver(0);' onMouseOut='menuOut(0);' style='position:absolute; z-index:2;display:none;'>");	//hide dynamic layer display
	}

        document .write ("<TABLE border=0 cellPadding=0 cellSpacing=0 width=126>");
  	document .write (" <TBODY>");
  	document .write ("<TR><!-- * MENU1 SECTION LINK * -->");
   	document .write ("</TR><!-- * Each menu item is separated by a BR and the corenav_dotted_blue gif * -->");
   	document .write ("<TR>");
    	document .write (" <TD class=bordercolor width=1><IMG height=17 src='../images/pixel.gif' width=1></TD>");
    	document .write (" <TD align=left class=corenav vAlign=top width=123>");
        
        /*//Start copying for sigle-line item; Home
	document .write ("<a class=moduleitem href='" + gUrl + "/Index/Index.html'>&nbsp;&nbsp;Home Page</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");*/


	/*//Copying for double-line item
        document .write ("<a class=moduleitem href='" + gUrl + "/Index/Index Test.html'>&nbsp;&nbsp;Animal Control<BR>");
        document .write ("&nbsp;&nbsp;Animal Control</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");*/

	
	//Home Page
	document .write ("<a class=moduleitem href='http://www.farmersbranch.info'>&nbsp;&nbsp;Home Page</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");
	
	
	// CityCouncil
	document .write ("<a class=moduleitem href='" + gUrl + "/CityCouncil/CityCouncil.html'>&nbsp;&nbsp;City Council</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");

	//CityDocument
	document .write ("<a class=moduleitem href='" + gUrl + "/CityDocuments/CityDocuments.html'>&nbsp;&nbsp;City Documents</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");
	
	//CityManager
	document .write ("<a class=moduleitem href='" + gUrl + "/CityManager/CityManager.html'>&nbsp;&nbsp;City Manager</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");

	//CityNews
	//document .write ("<a class=moduleitem href='" + gUrl + "/CityNews/CityNews.html'>&nbsp;&nbsp;City News</a><BR>");
     	//document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");
        
        //Building Inspection 
	document .write ("<a class=moduleitem href='" + gUrl + "/BuildingInspection/BuildingInspection.html'>&nbsp;&nbsp;Bldg Inspection</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");
	
	//Communications
	document .write ("<a class=moduleitem href='" + gUrl + "/Communication/Communication.html'>&nbsp;&nbsp;Communications</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");

	//CommunityServices
	document .write ("<a class=moduleitem href='" + gUrl + "/CommunityServices/CommunityServices.html'>&nbsp;&nbsp;Comm. Serv.</a><BR>");
	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");	

	//EconomicDevelopment
	document .write ("<a class=moduleitem href='" + gUrl + "/EconomicDevelopment/EconomicDevelopment.html'>&nbsp;&nbsp;Econ. Dev.</a><BR>");
        document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");

	//Engineering
	document .write ("<a class=moduleitem href='" + gUrl + "/Engineering/Engineering.html'>&nbsp;&nbsp;Engineering</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");

	//Env. Health
	document .write ("<a class=moduleitem href='" + gUrl + "/EnvironmentalHealth/EnvironmentalHealth.html'>&nbsp;&nbsp;Env. Health</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");	

	//EquipmentServices
	document .write ("<a class=moduleitem href='" + gUrl + "/EquipmentServices/EquipmentServices.html'>&nbsp;&nbsp;Equipment<BR>");
     	document .write ("&nbsp;&nbsp;Services</a><BR>");
	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");

	//Finance
	document .write ("<a class=moduleitem href='" + gUrl + "/Finance/Finance.html'>&nbsp;&nbsp;Finance</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");	

	//Fire
	document .write ("<a class=moduleitem href='" + gUrl + "/Fire/Fire.html'>&nbsp;&nbsp;Fire</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");
	
	//Hotel/Tourism
	document .write ("<a class=moduleitem href='http://www.farmersbranchcvb.com'>&nbsp;&nbsp;FB CVB</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");

	//HumanResources
	document .write ("<a class=moduleitem href='" + gUrl + "/HumanResources/HumanResources.html'>&nbsp;&nbsp;Human<BR>");
     	document .write ("&nbsp;&nbsp;Resources</a><BR>");
        document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");

        //Library
	document .write ("<a class=moduleitem href='" + gUrl + "/Library/Library.html'>&nbsp;&nbsp;Library</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");

	//Parks&Recreation
	document .write ("<a class=moduleitem href='" + gUrl + "/ParksRec/ParksRec.html'>&nbsp;&nbsp;Parks & Rec.</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");

	//Planning
	document .write ("<a class=moduleitem href='" + gUrl + "/Planning/Planning.html'>&nbsp;&nbsp;Planning</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");

	//Police
	document .write ("<a class=moduleitem href='" + gUrl + "/Police/Police.html'>&nbsp;&nbsp;Police</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");

        //Last item; Note it imports an image different from the other items;PublicWorks
	document .write ("<a class=moduleitem href='" + gUrl + "/PublicWorks/PublicWorks.html'>&nbsp;&nbsp;Public Works</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_rule.gif' width=123></TD>");
	
	//Don't mess up with this line
    	document .write (" <TD class=bordercolor width=1><IMG height=17 src='../images/pixel.gif' width=1></TD></TR></TBODY></TABLE>"); 
 	
	if((doAll) || (NS6))
	{
		document.write("</div>");
	}

 	document .write ("</LAYER><!-- * MENU1 DROPDOWN * -->")

        //Services dropdown menu
	<!-- * Change the # in the ID, menuOut and Menu Over * -->");
 	document .write ("<LAYER visibility='hide'>");
	
	if((doAll) || (NS6))
	{
		document.write("<div id='X1' onMouseOver='menuOver(1);' onMouseOut='menuOut(1);' style='position:absolute; z-index:2;display:none;'>");
	}

 	document .write ("<TABLE border=0 cellPadding=0 cellSpacing=0 width=126>");
  	document .write (" <TBODY>");
  	document .write ("<TR><!-- * MENU1 SECTION LINK * -->");
   	document .write ("</TR><!-- * Each menu item is separated by a BR and the corenav_dotted_blue gif * -->");
   	document .write ("<TR>");
    	document .write (" <TD class=bordercolor width=1><IMG height=17 src='../images/pixel.gif' width=1></TD>");
    	document .write (" <TD align=left class=corenav vAlign=top width=123>");
        
	/*//Start copying for sigle-line item; Home
	document .write ("<a class=moduleitem href='" + gUrl + "/Index/Index.html'>&nbsp;&nbsp;Home Page</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");*/


	/*//Copying for double-line item
        document .write ("<a class=moduleitem href='" + gUrl + "/Index/Index Test.html'>&nbsp;&nbsp;Animal Services<BR>");
        document .write ("&nbsp;&nbsp;Animal Services</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");*/	

	
	//Animal Services
	document .write ("<a class=moduleitem href='" + gUrl + "/environmentalhealth/animalcontrol.html'>&nbsp;&nbsp;Animal Services</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");

	//Branch Review
	document .write ("<a class=moduleitem href='/Communication/Branchreview.html'>&nbsp;&nbsp;Branch Review</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");
	
	//Building Inspection
        document .write ("<a class=moduleitem href='" + gUrl + "/BuildingInspection/BuildingInspection.html'>&nbsp;&nbsp;Building<BR>");
        document .write ("&nbsp;&nbsp;Inspection</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");

      //Career Oppurtunities
	document .write ("<a class=moduleitem href='http://agency.governmentjobs.com/farmersbranch/default.cfm'>&nbsp;&nbsp;Career<BR>");
      document .write ("&nbsp;&nbsp;Opportunities</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");

	//Career Opportunities
	//document .write ("<a class=moduleitem href='" + gUrl + 'http://agency.governmentjobs.com/farmersbranch/default.cfm'>&nbsp;&nbsp;Career Opportunities</a><BR>");
     	//document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");
	
	//FBTV
	document .write ("<a class=moduleitem href='" + gUrl + "/Communication/fbtv.html'>&nbsp;&nbsp;FBTV</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");

	//Fire Department/EMS
	document .write ("<a class=moduleitem href='" + gUrl + "/Fire/Fire.html'>&nbsp;&nbsp;Fire/EMS</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");	

	//Municipal court
	document .write ("<a class=moduleitem href='" + gUrl + "/Courts/courts.html'>&nbsp;&nbsp;Municipal Court</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");

	//Pet Adoption
	document .write ("<a class=moduleitem href='" + gUrl + "/environmentalhealth/petadoptionpolicies.html'>&nbsp;&nbsp;Pet Adoption</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");
	
	//Police Dept
	document .write ("<a class=moduleitem href='" + gUrl + "/Police/Police.html'>&nbsp;&nbsp;Police Dept</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");

	//Property Standards
	document .write ("<a class=moduleitem href='" + gUrl + "/BuildingInspection/PropertyStandards.html'>&nbsp;&nbsp;Property Stnds</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");
	
	//Recycling Collection
        //document .write ("<a class=moduleitem href='" + gUrl + "/PublicWorks/PublicWorksRecycledMap.html'>&nbsp;&nbsp;Recycling<BR>");
        //document .write ("&nbsp;&nbsp;Collection</a><BR>");
     	//document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");	

	//Residental Sanitation
        document .write ("<a class=moduleitem href='" + gUrl + "/PublicWorks/PublicWorksResSanitation.html'>&nbsp;&nbsp;Residental<BR>");
        document .write ("&nbsp;&nbsp;Sanitation</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");	

	//Solid Waste Collection
	document .write ("<a class=moduleitem href='" + gUrl + "/PublicWorks/SolidWasteCollection.html'>&nbsp;&nbsp;Solid Waste<BR>");
        document .write ("&nbsp;&nbsp;Collection</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");

	//Tax Dividend Plan
	document .write ("<a class=moduleitem href='" + gUrl + "/Finance/DividendProg.html'>&nbsp;&nbsp;Tax<BR>");
        document .write ("&nbsp;&nbsp;Dividend Plan</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");

	//Traffic
	document .write ("<a class=moduleitem href='" + gUrl + "/Traffic/Traffic.html'>&nbsp;&nbsp;Traffic</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");

	//Unclaimed Property
        document .write ("<a class=moduleitem href='/Finance/unclaimedproperty.html'>&nbsp;&nbsp;Unclaimed<BR>");
        document .write ("&nbsp;&nbsp;Property</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");

	//Utility Services
	document .write ("<a class=moduleitem href='" + gUrl + "/eutility'>&nbsp;&nbsp;Utility Services</a><BR>");
    	document .write (" <IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_rule.gif' width=123></TD>");
	
	//Don't mess up with this line
    	document .write (" <TD class=bordercolor width=1><IMG height=17 src='../images/pixel.gif' width=1></TD></TR></TBODY></TABLE>");
	if((doAll) || (NS6))
	 {
		document.write("</div>");
	}

 	document .write ("</LAYER>");
	//End of Services deop-down menu
	

 	
	//Residents drop-down menu
	document .write ("<!-- * MENU2 DROPDOWN * -->");
 	document .write ("<LAYER visibility='hide'>");
	//document .write ("<LAYER visibility='block'>");

	if((doAll) || (NS6))
	{
		document.write("<div id='X2' onMouseOver='menuOver(2);' onMouseOut='menuOut(2);' style='position:absolute;z-index:2;visibility: hide; display:none;'>");
	}

 	document .write ("<TABLE border=0 cellPadding=0 cellSpacing=0 width=126>");
  	document .write (" <TBODY>");
  	document .write ("<TR><!-- * MENU1 SECTION LINK * -->");
   	document .write ("</TR><!-- * Each menu item is separated by a BR and the corenav_dotted_blue gif * -->");
   	document .write ("<TR>");
    	document .write (" <TD class=bordercolor width=1><IMG height=17 src='../images/pixel.gif' width=1></TD>");
    	document .write (" <TD align=left class=corenav vAlign=top width=123>");
        
	 /*//Start copying for sigle-line item; Home
	document .write ("<a class=moduleitem href='" + gUrl + "/Index/Index.html'>&nbsp;&nbsp;Home Page</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");*/

	/*//Copying for double-line item
        document .write ("<a class=moduleitem href='" + gUrl + "/Index/Index Test.html'>&nbsp;&nbsp;Animal Control<BR>");
        document .write ("&nbsp;&nbsp;Animal Control</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");*/

	//Boards & Commission
        document .write ("<a class=moduleitem href='" + gUrl + "/CityCouncil/Boards.html'>&nbsp;&nbsp;Boards &<BR>");
        document .write ("&nbsp;&nbsp;Commissions</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");

        //Citizen police academy
	document .write ("<a class=moduleitem href='" + gUrl + "/Police/citizenacademy.html'>&nbsp;&nbsp;Citizen Police<BR>");
        document .write ("&nbsp;&nbsp;Academy</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");

	//Demographics
	document .write ("<a class=moduleitem href='" + gUrl + "/Planning/demographics2.html'>&nbsp;&nbsp;Demographics</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");
	
	//Facility Rental
	document .write ("<a class=moduleitem href='" + gUrl + "/ParksRec/Parkrentals.html'>&nbsp;&nbsp;Facility Rentals</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");
	
	//Garage Sales
	document .write ("<a class=moduleitem href='" + gUrl + "/CityNews/GarageSaleInfo.html'>&nbsp;&nbsp;Garage Sales</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");	

	//Historical Park
	document .write ("<a class=moduleitem href='" + gUrl + "/ParksRec/Historicalpark.html'>&nbsp;&nbsp;Historical Park</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");

	//House Watch
	document .write ("<a class=moduleitem href='" + gUrl + "/Police/housewatch.html'>&nbsp;&nbsp;House Watch</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");	

	//Library
	document .write ("<a class=moduleitem href='" + gUrl + "/Library/Library.html'>&nbsp;&nbsp;Library</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");

	//Neighborhood Renaissance
	document .write ("<a class=moduleitem href='" + gUrl + "/CityManager/BranchCrossing.html'>&nbsp;&nbsp;Neighborhood<BR>");
        document .write ("&nbsp;&nbsp;Renaissance</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");

	//Parks & Rec
	document .write ("<a class=moduleitem href='" + gUrl + "/ParksRec/ParksRec.html'>&nbsp;&nbsp;Parks & Rec.</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");
	
	//Property Standards
	document .write ("<a class=moduleitem href='" + gUrl + "/BuildingInspection/PropertyStandards.html'>&nbsp;&nbsp;Property Stnds</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");

	//Recreation Center
	document .write ("<a class=moduleitem href='" + gUrl + "/ParksRec/RecreationCenterAndSwimmingPool.html'>&nbsp;&nbsp;Recreation<BR>");
	document .write ("&nbsp;&nbsp;Center</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");

	//Report A Crime
	document .write ("<a class=moduleitem href='" + gUrl + "/Police/criminaloffense.html'>&nbsp;&nbsp;Report A Crime</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");
		
	//Report Narcotics
	document .write ("<a class=moduleitem href='" + gUrl + "/Police/narcotics.html#a'>&nbsp;&nbsp;Report Narcotics</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");

	//Senior Center
        document .write ("<a class=moduleitem href='/ParksRec/Seniorcenter.html'>&nbsp;&nbsp;Senior Center</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");

	//Special Events
        document .write ("<a class=moduleitem href='" + gUrl + "/ParksRec/SpecialEvents.html'>&nbsp;&nbsp;Special Events</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");

	//Staff Directory
        document .write ("<a class=moduleitem href='" + gUrl + "/Communication/Contacts.html'>&nbsp;&nbsp;Staff Directory</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");

	//Last item; Note it imports an image different from the other items.Walking Trails
        document .write ("<a class=moduleitem href='" + gUrl + "/ParksRec/Walkingtrails.html'>&nbsp;&nbsp;Walking Trails</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");
	
	//Don't mess up with this line
    	document .write (" <TD class=bordercolor width=1><IMG height=17 src='../images/pixel.gif' width=1></TD></TR></TBODY></TABLE>");
	
	if((doAll) || (NS6))
	 {
		document.write("</div>");
	}

 	document .write ("</LAYER>");


 	
	//The Business drop-down menu
	document .write ("<!-- * MENU3 DROPDOWN * -->");
 	document .write ("<LAYER visibility='hide'>");

	if((doAll) || (NS6))
	{
		document.write("<div id='X3' onMouseOver='menuOver(3);' onMouseOut='menuOut(3);' style='position:absolute;z-index:2;visibility: hide; display:none;'>");
	}
	document .write ("<TABLE border=0 cellPadding=0 cellSpacing=0 width=126>");
  	document .write (" <TBODY>");
  	document .write ("<TR><!-- * MENU1 SECTION LINK * -->");
   	document .write ("</TR><!-- * Each menu item is separated by a BR and the corenav_dotted_blue gif * -->");
   	document .write ("<TR>");
    	document .write (" <TD class=bordercolor width=1><IMG height=17 src='../images/pixel.gif' width=1></TD>");
    	document .write (" <TD align=left class=corenav vAlign=top width=123>");
	
	 /*//Start copying for sigle-line item; Home
	document .write ("<a class=moduleitem href='" + gUrl + "/Index/Index.html'>&nbsp;&nbsp;Home Page</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");*/

	/*//Copying for double-line item
        document .write ("<a class=moduleitem href='" + gUrl + "/Index/Index Test.html'>&nbsp;&nbsp;Animal Control<BR>");
        document .write ("&nbsp;&nbsp;Animal Control</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");*/	

	//Building and Land Sites
        document .write ("<a class=moduleitem href='/EconomicDevelopment/AvailableLandSites.html'>&nbsp;&nbsp;Building Land<BR>");
        document .write ("&nbsp;&nbsp;Sites</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");	

	//Capital Projects
	document .write ("<a class=moduleitem href='" + gUrl + "/Engineering/Construction.html'>&nbsp;&nbsp;Capital Projects</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");	
	
	//Demographics
	document .write ("<a class=moduleitem href='" + gUrl + "/Planning/demographics2.html'>&nbsp;&nbsp;Demographics</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");

	//Economic Development
        document .write ("<a class=moduleitem href='" + gUrl + "/EconomicDevelopment/EconomicDevelopment.html'>&nbsp;&nbsp;Economic Dev.</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");
	
        //Engineering Development
        document .write ("<a class=moduleitem href='" + gUrl + "/Engineering/Development.html'>&nbsp;&nbsp;Engineering Dev.</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");
		
	//Enterprise Zone Map
        document .write ("<a class=moduleitem href='" + gUrl + "/EconomicDevelopment/EnterpriseZoneMap.html'>&nbsp;&nbsp;Enterprise Zone<BR>");
        document .write ("&nbsp;&nbsp;Map</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");

	//Incentive Pakage
        document .write ("<a class=moduleitem href='" + gUrl + "/EconomicDevelopment/Incentives.html'>&nbsp;&nbsp;Incentive Pkg.</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");

	//Major Office Building
        document .write ("<a class=moduleitem href='" + gUrl + "/EconomicDevelopment/MajorOfficeBuildings.html'>&nbsp;&nbsp;Major Office<BR>");
        document .write ("&nbsp;&nbsp;Building</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");
	
	//Permits Application
        document .write ("<a class=moduleitem href='" + gUrl + "/Engineering/Permits.html'>&nbsp;&nbsp;Permits App.</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");

	//Perchasing & Bids
        document .write ("<a class=moduleitem href='" + gUrl + "/Purchasing/Purchasing.html'>&nbsp;&nbsp;Purchasing</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");

	//Staff Directory
        document .write ("<a class=moduleitem href='" + gUrl + "/Communication/Contacts.html'>&nbsp;&nbsp;Staff Directory</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");
   
	//TIF District 1
        document .write ("<a class=moduleitem href='" + gUrl + "/EconomicDevelopment/TIF1.html'>&nbsp;&nbsp;TIF District 1</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");

	//TIF District 2
        document .write ("<a class=moduleitem href='" + gUrl + "/EconomicDevelopment/TIF2.html'>&nbsp;&nbsp;TIF District 2</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");

	//Top 10 Largest Employers
        document .write ("<a class=moduleitem href='" + gUrl + "/EconomicDevelopment/Facts.html#a'>&nbsp;&nbsp;Top 10 Largest<BR>");
	document .write ("&nbsp;&nbsp;Employers</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");	


	//Last item; Note it imports an image different from the other items; Zoning
	document .write ("<a class=moduleitem href='/EconomicDevelopment/Zoning.html'>&nbsp;&nbsp;Zoning</a><BR>");
    	document .write (" <IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_rule.gif' width=123></TD>");
	
	//Don't mess up with this line
    	document .write (" <TD class=bordercolor width=1><IMG height=17 src='../images/pixel.gif' width=1></TD></TR></TBODY></TABLE>");
	

	if((doAll) || (NS6))
	{
		document.write("</div>");
	}

 	document .write ("</LAYER>");
	//End of Business drop-down menu
	
 	
	//Visitor drop-down menu
	document .write ("<!-- * MENU4 DROPDOWN * -->");
 	document .write ("<LAYER visibility='hide'>");

 	if((doAll) || (NS6))
 	{
		document.write("<div id='X4' onMouseOver='menuOver(4);' onMouseOut='menuOut(4);' style='position:absolute;z-index:2;visibility: hide; display:none;'>");
	}
	document .write ("<TABLE border=0 cellPadding=0 cellSpacing=0 width=125>");
  	document .write (" <TBODY>");
  	document .write ("<TR><!-- * MENU1 SECTION LINK * -->");
   	document .write ("</TR><!-- * Each menu item is separated by a BR and the corenav_dotted_blue gif * -->");
   	document .write ("<TR>");
    	document .write (" <TD class=bordercolor width=1><IMG height=17 src='../images/pixel.gif' width=1></TD>");
    	document .write (" <TD align=left class=corenav vAlign=top width=123>");

	 /*//Start copying for sigle-line item; Home
	document .write ("<a class=moduleitem href='" + gUrl + "/Index/Index.html'>&nbsp;&nbsp;Home Page</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");*/

	/*//Copying for double-line item
        document .write ("<a class=moduleitem href='" + gUrl + "/Index/Index Test.html'>&nbsp;&nbsp;Animal Control<BR>");
        document .write ("&nbsp;&nbsp;Animal Control</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");*/	
	
	//Attraction
        document .write ("<a class=moduleitem href='" + gUrl + "/Tourism/AreaAttractions.html'>&nbsp;&nbsp;Attractions</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");

	//Demographics
	//document .write ("<a class=moduleitem href='" + gUrl + "/Planning/demographics2.html'>&nbsp;&nbsp;Demographics</a><BR>");
     	//document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");

	//History
        document .write ("<a class=moduleitem href='" + gUrl + "/Communication/history.html'>&nbsp;&nbsp;History</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");

	//Historical Park
        document .write ("<a class=moduleitem href='" + gUrl + "/ParksRec/Historicalpark.html'>&nbsp;&nbsp;Historical Park</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");
        
        //Hotels
        document .write ("<a class=moduleitem href='" + gUrl + "/Tourism/Hotels.html'>&nbsp;&nbsp;Hotels</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>"); 
	
	//Parks
        document .write ("<a class=moduleitem href='" + gUrl + "/ParksRec/ParksRec.html'>&nbsp;&nbsp;Parks & Rec.</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");

	//Sister Cities
        document .write ("<a class=moduleitem href='" + gUrl + "/Communication/SisterCities.html'>&nbsp;&nbsp;Sister Cities</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");

	//Speicial Events
        document .write ("<a class=moduleitem href='" + gUrl + "/ParksRec/Specialevents.html'>&nbsp;&nbsp;Special Events</a><BR>");
     	document .write ("<IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_dotted.gif' width=123><BR>");

	//Last item; Note it imports an image different from the other items; Tourism
	document .write ("<a class=moduleitem href='http://www.farmersbranchcvb.com'>&nbsp;&nbsp;Tourism</a><BR>");
    	document .write (" <IMG alt='' border=0 height=1 hspace=0 src='../images/corenav_rule.gif' width=123></TD>");
	
	//Don't mess up with this line
    	document .write (" <TD class=bordercolor width=1><IMG height=17 src='../images/pixel.gif' width=1></TD></TR></TBODY></TABLE>");
	

 
	if((doAll) || (NS6))
	{
		document.write("</div>");
	}
 document .write ("</LAYER>");

}

function oldsearch()
{
   	function findSearch()
	{
 	  searchText = this.document.searchForm.search_text.value;
 	  words = searchText.split(" ");
 	  searchText = words.join("+");
 	  if(this.document.searchForm.site[0].checked == true) 
 	  { thisUrl = "" + searchText; }
 	  else 
 	  { thisUrl =" " + searchText; }
 	  this.window.location = thisUrl;
	}
       

	document .write ("<TABLE border=0 cellPadding=0 cellSpacing=0 width=130>");
        document .write (" <FORM name=searchForm onsubmit='javascript:findSearch();return false;'>");
        document .write ("<TBODY>");
        document .write ("<TR>");
        document .write ("<TD class=bordercolor height=1 rowSpan=5 width=1><IMG height=1 src='../images/pixel(1).gif' width=1></TD>");
        document .write ("<TD class=bordercolor colSpan=3 height=1><IMG height=1 src='../images/pixel(1).gif' width=1></TD>");
        document .write ("<TD class=bordercolor height=1 rowSpan=5 width=1><IMG height=1 src='../images/pixel(1).gif' width=1></TD>");
        document .write ("</TR>");
        document .write ("<TR>");
        document .write ("<TD align=middle background='../images/gbl_mod_head_aa1.gif' class=moduleheader colSpan=3 height=15"); 
        document .write ("vAlign=center>Search</TD>");
        document .write ("</TR>");
        document .write ("<TR>");
        document .write ("<TD class=bordercolor colSpan=3 height=1><IMG border=0 height=1 src='../images/pixel(1).gif'></TD></TR>");
        document .write ("<TR>");
        document .write ("<TD class=backgroundYellow vAlign=top width=5><IMG height=1 src='../images/pixel(1).gif' width=1></TD>");
        document .write ("<TD class=backgroundYellow vAlign=top >");
        //document .write ("&nbsp;");
        document .write ("<TABLE border=0 cellPadding=0 cellSpacing=0 class=backgroundYellow>");
        document .write ("<TBODY>");
        document .write ("<TR>");
        document .write ("<TD  colSpan=2 valign=bottom>");
        document .write ("<INPUT name=search_text size=10> <INPUT align=bottom border=0 height=25 name=point src='../images/go.gif' type=image width=25>&nbsp;</TD>");
        document .write ("</TR>");
        document .write ("<TR>");
        document .write ("<TD >");
        document .write ("<p style='line-height: 100%; margin-top: 0; margin-bottom: 0'><SPAN class=searchBox>Search");
        document .write (" the City Web Site</SPAN></p>");
        // document .write ("<p style='line-height: 100%; margin-top: 0; margin-bottom: 0'>&nbsp;</p>");
        document .write ("</TD>");
        document .write ("</TR>");
        document .write ("</TBODY>");
        document .write ("</TABLE></TD>");
        document .write ("<TD class=backgroundYellow vAlign=top width=5><IMG height=1 src='../images/pixel(1).gif' width=1></TD></TR>");
        document .write ("<TR>");
        document .write ("<TD class=bordercolor colSpan=3 height=1><IMG height=1 src='../images/pixel(1).gif' width=1></TD>");
        document .write ("</TR>");
        document .write ("</FORM>");
        document .write ("</TBODY>");
        document .write ("</TABLE>");	
}


function search()	
{
   	function findSearch()		// not used
	{
 	  searchText = this.document.searchForm.search_text.value;
 	  words = searchText.split(" ");
 	  searchText = words.join("+");
 	  if(this.document.searchForm.site[0].checked == true) 
 	  { thisUrl = "" + searchText; }
 	  else 
 	  { thisUrl =" " + searchText; }
 	  this.window.location = thisUrl;
	}
       

	document .write ("<TABLE border=0 cellPadding=0 cellSpacing=0 width=130>");
   //     document .write (" <FORM name=searchForm onsubmit='javascript:findSearch();return false;'>");
        document .write ("<TBODY>");
        document .write ("<TR>");
        document .write ("<TD class=bordercolor height=1 rowSpan=5 width=1><IMG height=1 src='../images/pixel(1).gif' width=1></TD>");
        document .write ("<TD class=bordercolor colSpan=3 height=1><IMG height=1 src='../images/pixel(1).gif' width=1></TD>");
        document .write ("<TD class=bordercolor height=1 rowSpan=5 width=1><IMG height=1 src='../images/pixel(1).gif' width=1></TD>");
        document .write ("</TR>");

        document .write ("<TR>");
        document .write ("<TD align=middle background='../images/gbl_mod_head_aa1.gif' class=moduleheader colSpan=3 height=15"); 
        document .write ("vAlign=center>Search</TD>");
        document .write ("</TR>");

        document .write ("<TR>");
        document .write ("<TD class=bordercolor colSpan=3 height=1><IMG border=0 height=1 src='../images/pixel(1).gif'></TD></TR>");
 
        document .write ("<TR>");
        document .write ("<TD class=backgroundYellow colSpan=3 align=middle valign=center height=65>");

	document .write ("<a href='" + gUrl + "/Communication/search.html'><SPAN class=searchBox>Search the City Web Site</SPAN><br>");
   
	document .write ("<IMG border=0 height=25 name=point src='../images/go.gif' type=image width=25>&nbsp;</a></TD>");
        document .write ("</TR>");	


        document .write ("<TR>");
        document .write ("<TD class=bordercolor colSpan=3 height=1><IMG height=1 src='../images/pixel(1).gif' width=1></TD>");
        document .write ("</TR>");
//        document .write ("</FORM>");
        document .write ("</TBODY>");
        document .write ("</TABLE>");	
}


//LOgo picture of individual department
function bodyLogo(){

   document.write("<td class=headline width='50%' valign='top' height='79'>&nbsp;<img border='0' src='images/logo1.jpg' width='100' height='73'></td>");

}

newsHeadLine
 function newsHeadLine ()
{

	document.write (" <TABLE border=0 cellPadding=0 cellSpacing=0 width=130>");
//          document.write ("    <TBODY>");
//          document.write ("    <TR>");
//          document.write ("      <TD class=bordercolor height=1 rowSpan=5 width=1><IMG height=1 src='../images/pixel(1).gif' width=1></TD>");
//          document.write ("      <TD class=bordercolor colSpan=1 height=1><IMG height=1 src='../images/pixel(1).gif' width=1></TD>");
//          document.write ("      <TD class=bordercolor height=1 rowSpan=5 width=1><IMG height=1 src='../images/pixel(1).gif' width=1></TD>");
//          document.write ("     </TR>");
//          document.write ("     <TR>");
//          document.write ("      <TD align=middle background='../images/gbl_mod_head_aa1.gif' class=moduleheader colSpan=1 height=15 >News Headlines</TD>");
//          document.write ("    </TR>");
//          document.write ("    <TR>");
//          document.write ("     <TD class=bordercolor colSpan=1 height=1><IMG border=0 height=1 src='../images/pixel(1).gif'></TD></TR>");
//          document.write ("     <TR>");
//          document.write ("       <TD  class=teaser  bgcolor='#FFFFCC'>");
//          document.write ("       <!--iframe-->");
//   		document.write ("		<iframe scrolling=no height='150' width='127' src='../Index/HeadlineNews.html' frameborder=0 ></iframe>"); 
//          document.write ("      	</TD>");
//          document.write ("     </TR>");
//          document.write ("     <TR>");
//          document.write ("      <TD class=bordercolor colSpan=1 height=1><IMG height=1 src='../images/pixel(1).gif' width=1></TD>");
//          document.write ("    </TR>");
//          document.write ("  </TBODY>");
          document.write ("</TABLE>");

} -->
