document.writeln("<script language=\"javascript\" type=\"text/javascript\" src=\"js\aim.js\"></script>");
document.writeln("<form method=\"post\" name=\"frmLogin\" action=\"#\">");
document.writeln("<table width=\"100%\"  border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.writeln("            	<tr>");
document.writeln("            		<td colspan=\"2\" width=\"100\"><img src=\"/images/JoinMeeting.jpg\" ></td>");
document.writeln("            		</tr>");
document.writeln("            	<tr>");
document.writeln("            		<td height=\"24\">User Name</td>");
document.writeln("            		<td><input id=\"uxDisplayName\" type=\"text\" size=\"17\"></td>");
document.writeln("            		</tr>");
document.writeln("            	<tr>");
document.writeln("            		<td height=\"24\">Meeting No</td>");
document.writeln("            		<td><input id=\"uxMeetingID\" type=\"text\" size=\"17\"></td>");
document.writeln("            		</tr>");
document.writeln("            	<tr>");
document.writeln("            		<td height=\"24\">Mode:</td>");
document.writeln("            		<td><input id=\"uxInteractive\" type=\"radio\" name=\"uxMode\" value=\"Interactive\" checked>Interactive");
document.writeln("                  <BR>");
document.writeln("                  <input id=\"uxViewOnly\" type=\"radio\" name=\"uxMode\" value=\"View Only\" >View Only");
document.writeln("            	</tr>");
document.writeln("            	<tr>");
document.writeln("            		<td>&nbsp;</td>");
document.writeln("            		<td align=\"center\"><img src=\"/images/Conf_submit.gif\" onclick=\" return redirectCode()\"></td>");
document.writeln("            		</tr>");
document.writeln("            	</table>");
document.writeln(" </form>");