﻿document.writeln("");
document.writeln("<script language=\"JavaScript\">");
document.writeln("<!--");
document.writeln("");
document.writeln("function validate_form ( )");
document.writeln("{");
document.writeln("	valid = true;");
document.writeln("");
document.writeln(" if ( ( document.form1.support_type[0].checked == false ) && ( document.form1.support_type[1].checked == false )&& ( document.form1.support_type[2].checked == false )&& ( document.form1.support_type[3].checked == false ) )");
document.writeln("        {");
document.writeln("                alert ( \"Please choose your  option - I want to...\" );");
document.writeln("                valid = false;");
document.writeln("        }");
document.writeln("");
document.writeln("        if ( document.form1.LastName.value == \"\" )");
document.writeln("        {");
document.writeln("                alert ( \"Please fill in the \'Your Name\' box.\" );");
document.writeln("                valid = false;");
document.writeln("        }");
document.writeln("");
document.writeln("       ");
document.writeln("        if ( document.form1.Address.value == \"\" )");
document.writeln("        {");
document.writeln("                alert ( \"Please enter your address.\" );");
document.writeln("                valid = false;");
document.writeln("        }");
document.writeln("");
document.writeln("       if ( document.form1.city.value == \"\" )");
document.writeln("        {");
document.writeln("                alert ( \"Please Enter your City/District.\" );");
document.writeln("                valid = false;");
document.writeln("        }");
document.writeln("");
document.writeln("         if ( document.form1.phone.value == \"\" )");
document.writeln("        {");
document.writeln("                alert ( \"Please enter your Phone number\" );");
document.writeln("                valid = false;");
document.writeln("        }");
document.writeln("         if ( document.form1.comment.value == \"\" )");
document.writeln("        {");
document.writeln("                alert ( \"Please type the matter.\" );");
document.writeln("                valid = false;");
document.writeln("        }");
document.writeln("");
document.writeln("");
document.writeln("        return valid;");
document.writeln("}");
document.writeln("");
document.writeln("//-->");
document.writeln("</script>");
document.writeln(" <hr size=\"1\">");
document.writeln("<form name=\"form1\" method=\"post\" action=\"mailing.asp\" onSubmit=\"return validate_form( );\">");
document.writeln("  <table width=\"376\" border=\"0\" align=\"center\" cellpadding=\"5\" cellspacing=\"2\">");
document.writeln("    <tr bgcolor=\"#FF9900\" class=\"content2\"> ");
document.writeln("      <td height=\"33\" colspan=\"2\"><div align=\"center\"><strong><font color=\"#FFFFFF\">Online ");
document.writeln("          Submission to Customer Service</font></strong></div></td>");
document.writeln("    </tr>");
document.writeln("    <tr class=\"content2\"> ");
document.writeln("      <td height=\"33\" colspan=\"2\"><br><strong>I want to </strong><br> <INPUT type=radio ");
document.writeln("                              value=TechSupport  name=support_type>");
document.writeln("        Ask Technical support <BR> <INPUT type=radio value=Feature ");
document.writeln("                              name=support_type>");
document.writeln("        Request a Feature<BR> <INPUT ");
document.writeln("                              type=radio value=Problem name=support_type>");
document.writeln("        Report a Problem <br>");
document.writeln("        <INPUT ");
document.writeln("                              type=radio value=Suggestion name=support_type>");
document.writeln("        Submit a Suggestion</td>");
document.writeln("    </tr>");
document.writeln("    <tr class=\"content2\"> ");
document.writeln("      <td width=130 height=\"33\"> <br>");
document.writeln("        Name* </td>");
document.writeln("      <td width=220> <br> <input name=\"LastName\" type=\"text\" id=\"LastName\" style=\"BACKGROUND-COLOR: #FFF9F9\" ></td>");
document.writeln("    </tr>");
document.writeln("    <tr class=\"content2\"> ");
document.writeln("      <td>Subscription No.</td>");
document.writeln("      <td><input name=\"subscriptionNo\" type=\"text\" id=\"subscriptionNo\" style=\"BACKGROUND-COLOR: #FFF9F9\"></td>");
document.writeln("    </tr>");
document.writeln("    <tr class=\"content2\"> ");
document.writeln("      <td>Address* </td>");
document.writeln("      <td><textarea name=\"Address\" rows=\"4\" id=\"Address\" style=\"BACKGROUND-COLOR: #FFF9F9\"></textarea></td>");
document.writeln("    </tr>");
document.writeln("    <tr class=\"content2\"> ");
document.writeln("      <td>Postal Code </td>");
document.writeln("      <td><input name=\"Pin\" type=\"text\" id=\"Pin\" style=\"BACKGROUND-COLOR: #FFF9F9\"></td>");
document.writeln("    </tr>");
document.writeln("    <tr class=\"content2\"> ");
document.writeln("      <td>City* </td>");
document.writeln("      <td><input name=\"city\" type=\"text\" id=\"city\" style=\"BACKGROUND-COLOR: #FFF9F9\"></td>");
document.writeln("    </tr>");
document.writeln("    <tr class=\"content2\"> ");
document.writeln("      <td>Country </td>");
document.writeln("      <td><input name=\"country\" type=\"text\" id=\"country\" style=\"BACKGROUND-COLOR: #FFF9F9\"></td>");
document.writeln("    </tr>");
document.writeln("    <tr class=\"content2\"> ");
document.writeln("      <td>Phone Number* </td>");
document.writeln("      <td><input name=\"phone\" type=\"text\" id=\"phone\" style=\"BACKGROUND-COLOR: #FFF9F9\"></td>");
document.writeln("    </tr>");
document.writeln("    <tr class=\"content2\"> ");
document.writeln("      <td>Email Address </td>");
document.writeln("      <td><input name=\"email\" type=\"text\" id=\"email\" style=\"BACKGROUND-COLOR: #FFF9F9\"></td>");
document.writeln("    </tr>");
document.writeln("    <tr class=\"content2\"> ");
document.writeln("      <td>Comment* </td>");
document.writeln("      <td><textarea name=\"comment\" cols=\"25\" rows=\"6\" id=\"comment\" style=\"BACKGROUND-COLOR: #FFF9F9\"></textarea></td>");
document.writeln("    </tr>");
document.writeln("    <tr class=\"content2\"> ");
document.writeln("      <td>&nbsp;</td>");
document.writeln("      <td><div align=\"center\"> ");
document.writeln("          <input type=\"reset\" name=\"Reset\" value=\"Reset\">");
document.writeln("          &nbsp; &nbsp; &nbsp; ");
document.writeln("          <input type=\"submit\" name=\"Submit\" value=\"Submit\">");
document.writeln("        </div></td>");
document.writeln("    </tr>");
document.writeln("    <tr class=\"content2\"> ");
document.writeln("      <td colspan=\"2\"><hr size=\"4\" color=\"#FF9900\"></td>");
document.writeln("    </tr>");
document.writeln("  </table>");
document.writeln("</form>");
document.writeln("<span class=\"content2\"> &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;  Note: Entries marked with <strong>*</strong> are required <br><br>We will only use your contact details in connection with the problem or issue you have identified. Contact details will not be used for marketing or provided to a third party.  ");
document.writeln("</span> ");
document.writeln("");
document.writeln("");
