<!--

document.write("<form>")
document.write("<select name='jump' size='1'>")
document.write("<option selected value='#CARTS'>When Your Dog is in a Cart")
document.write("<option value='#LIFT'>Mechanical Lift")
document.write("<option value='#DOGLIFT'>How to Lift a DM Dog")
document.write("<option value='#PAWS'>Dragging Paws (the case against booties)")
document.write("<option value='#SWIMMING'>Swimming")
document.write("<option value='#RAMP'>Dog Ramp")
document.write("<option value='#HOUSE'>Getting Around the House with DM")
document.write("<option value='#EQUIPMENT'>Misc Equipment to Help with DM Dogs")
document.write("</select>&nbsp;<input type='button' value='Go'")
document.write("onclick='top.location.href=this.form.jump.options[this.form.jump.selectedIndex].value'>")
document.write("</form>")
//-->
