var s3FormText = ''
s3FormText+= '<form name="s3Form">'
s3FormText+= '<select name="GO" onchange='
s3FormText+= '"document.location.href=document.s3Form.GO.options[document.s3Form.GO.selectedIndex].value">'
s3FormText+= '<option value="">Southern California</option>'
s3FormText+= '<option value="app/index.php?fa=reservations.units&location_id=el-monte&lan=en">El Monte</option>'
s3FormText+= '<option value="app/index.php?fa=reservations.units&location_id=glendale&lan=en">Glendale</option>'
s3FormText+= '<option value="app/index.php?fa=reservations.units&location_id=north-hollywood&lan=en">North Hollywood</option>'
s3FormText+= '<option value="app/index.php?fa=reservations.units&location_id=paramount&lan=en">Paramount</option>'
s3FormText+= '<option value="app/index.php?fa=reservations.units&location_id=torrance&lan=en">Torrance</option>'
s3FormText+= '<option value="app/index.php?fa=reservations.units&location_id=anaheim&lan=en">Anaheim</option>'
s3FormText+= '<option value="app/index.php?fa=reservations.units&location_id=cypress&lan=en">Cypress</option>'
s3FormText+= '<option value="app/index.php?fa=reservations.units&location_id=fullerton&lan=en">Fullerton</option>'
s3FormText+= '<option value="app/index.php?fa=reservations.units&location_id=huntington-beach&lan=en">Huntington Beach</option>'
s3FormText+= '<option value="app/index.php?fa=reservations.units&location_id=la-habra&lan=en">La Habra</option>'
s3FormText+= '<option value="app/index.php?fa=reservations.units&location_id=santa-ana&lan=en">Santa Ana</option></select>'
s3FormText+= '</form>'
document.write(s3FormText)
