<!--

document.write("<form>")
document.write("<select name='jump' size='1'>")
document.write("<option selected value='#INCONTINENCE'>Incontinence")
document.write("<option value='#SUPPORTER'>More on Incontinence")
document.write("<option value='#BLADDER'>Expressing the Bladder")
document.write("<option value='#BOWEL'>Stimulating a Bowel Movement")
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>")
//-->
