function whichWay(thisform)
{    
if (thisform.mapit.checked)
{
  thisform.action = "parkmaplist.cfm"
}

return true;
}

