ÿþ<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html><head> <!--link href="../master.css" rel="stylesheet" type="text/css"--></head> <body bgcolor="#eae9e9"><font \face="verdana"> <table cellpadding="0" cellspacing="5" bgcolor="#eae9e9" style="width: 471px"> <tr> <th align="center" colspan="2"><h1 class="PageHeading">Program Registration</h1></th> <tr><td><br /><br /><br /></td></tr> <tr> <td colspan="2" align="center"> <style> button { display: inline; margin-bottom: 20px; font-family: Verdana, Arial, sans-serif; font-size: 14px; width: 85%; height: 30px; border: 1px solid #808080; background: #F0F0F0; } </style> <script lang="text/javascript"> <!-- function wait(symposia) { document.location = 'form_waitinglist.asp?symposia=' + symposia; } function regi(symposia) { document.location = 'form_registration2.asp?symposia=' + symposia + '&position=' + document.getElementById('pos1').value; } function chosen() { // hide nyc from pharms if(document.getElementById('pos1').value == 3) document.getElementById('nyc').style.display = 'none'; else document.getElementById('nyc').style.display = 'inline'; document.getElementById('part2').style.display = 'block'; } --> </script> Please choose your healthcare position:<br /><br /> <select size="1" name="pos1" id="pos1" onchange="chosen();"> <option value="0">[Please select one]</option> <option value="1">Physician/Nurse Practitioner/Physician Assistant</option> <option value="2">Nurse</option> <option value="3">Pharmacist</option> <option value="4">Other</option> </select><br /><br /> <div id="part2" style="display: none;"> Please select a location:<br /><br /> <!--<button type="button" onclick="wait('New York City: July 19')">New York City: July 19</button> <br />--> <button id="nyc" type="button" >New York, NY: January 23, 2010</button> <br /> <button type="button" >San Francisco, CA: January 30, 2010</button> <br /> <button type="button" >Dallas, TX: February 6, 2010</button> <br /> <button type="button" >Philadelphia, PA: February 27, 2010</button> </div> </td></tr></table></font></body></html>