function popCodesWindow(target)
{
   if (target=='lpshakerhts')
      window.open("http://www.conwaygreene.com/admin/whdLog.asp?city=lpshakerhts", "_blank");

   else if (target=='WHDrane')
      window.open("http://www.conwaygreene.com/WHDrane/lpext.dll?f=templates&fn=main-h.htm&2.0","_blank");

   else
      window.location=target+".htm";
}