<!--
		document.writeln("<form method='POST' action='/isc_scripts/isc_training_subscribe.asp' id='subForm'");
		document.writeln("<p><label class='label'>I'd like to:</label></p>");
		document.writeln("<p><label class='label'><input type='checkbox' checked name='RegisterInterest' value='Register Interest' id='RegisterInterest'>Register interest for</label>");
 		document.writeln("<label class='label'><input type='checkbox' name='GetInfo' value='Get Info' id='GetInfo'>Get info on </label></p>");
    document.writeln("<p><select name='Courses' id='Courses' multiple size='6'>");
    document.writeln("<option selected>Process Control Academy</option>");
    document.writeln("<option>Rolling Mill Academy</option>");
    document.writeln("<option>Control Fundamentals Theory and Practise</option>");
    document.writeln("<option>Maths for Engneers</option>");
    document.writeln("<option>Overview of Modern Control</option>");
    document.writeln("<option>Intro. to MATLAB/Simulink</option>");
    document.writeln("<option>Intro. to LabVIEW & Control Design/Sim. Toolkit</option>");
    document.writeln("<option>Fundamentals of Dynamic Control using LabVIEW</option>");
    document.writeln("<option>Introduction to Process Control</option>");
    document.writeln("<option>Predictive Control</option>");
    document.writeln("<option>Intro. to Estimation and Kalman Filtering</option>");
    document.writeln("<option>Optimisation and System Id.</option>");
    document.writeln("<option>Intro. to Robust and Multivariable Control Design</option>");
    document.writeln("<option>Intro. to Fuzzy Logic & Fuzzy Control</option>");
    document.writeln("<option>Neural Net. for Modelling, Control & Fault Detect.</option>");
    document.writeln("<option>Intro. to Nonlinear Control</option>");
    document.writeln("<option>Control Design for Servomechanisms</option>");
    document.writeln("</select></p>");
 		document.writeln("<p><label class='label'><input type='checkbox' name='OtherRequests' value='Other Requests' id='OtherRequests'>I have other requests below:</label></p>");
		document.writeln("<p><textarea column='15' rows='2' name='RequestsDetail' wrap='physical' id='RequestsDetail'></textarea></p>");
		document.writeln("<p><label class='required'>Name:</label> <input type='text' size='15' maxlength='100' name='Name' id='Name'></p>");
		document.writeln("<p><label class='required'>E-Mail:</label> <input type='text' size='15' maxlength='100' name='EMail' id='EMail'></p>");
		document.writeln("<p><label class='label'>Tel:</label> <input type='text' size='15' maxlength='100' name='Tel' id='Tel'></p>");
		document.writeln("<p><input type='submit' name='SubmitTraining' value='Send' id='SubmitTraining'>");
		document.writeln("</form>");		
-->
