<!-- Mikogo Session Login Start -->
<strong>Session Login</strong>
<form method="POST" action="http://go.mikogo.com">
<input type="hidden" name="sl" id="sl" value="en">
<input type="hidden" name="css" id="css" value="">
<table border="0">
<tr>
<td>Session ID:</td><td><input type="text" name="sid" id="sid"></td>
</tr>
<!--
<tr>
<td>Password:</td><td><input type="text" name="sp" ID="sp"></td>
</tr>
-->
<tr>
<td>Name:</td><td><input type="text" name="sn" id="sn"></td>
</tr>
<tr>
<td></td><td><input type="submit" value="Join Session" id="btnSubmit" name="btnSubmit"></td>
</tr>
<tr>
<td valign="top">Connection Method:</td>
<td>
<input type="radio"id="cm" name="cm" value="1" checked="checked">Standard<br>
<input type="radio"id="cm" name="cm" value="2" >HTML
</td>
</tr>
</table>
</form>
<small>Powered by <a href="http://www.mikogo.com/" target="_blank">Mikogo</a></small>
<!-- Mikogo Session Login End -->