<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>Bannerman Technology</title>

<link rel="stylesheet" media="all" type="text/css" href="default.css" />


<SCRIPT SRC="_scripts/qforms.js"></SCRIPT>
	<SCRIPT LANGUAGE="JavaScript">
	<!--//
	// set the path to the qForms directory
	qFormAPI.setLibraryPath("_scripts/");
	// this loads all the default libraries
	qFormAPI.include("*");
	
	qFormAPI.include("validation");
qFormAPI.include("functions", null, "12");
	//-->
	</SCRIPT>


</head>

<body>
<div id="container">
<div id="header"></div>
<div id="column_left2">
<div id="column_left_margin">
<p>BANNERMAN TECHNOLOGY LTD<br />
            Bannerman House<br />
            <br />
            <br />
            <br />
          </p>
            <p>Telephone: 0845 467 0134<br />
              Fax: 01382 200212</p>
            <p>Email: <a href="mailto:info@bannermantech.com">info@bannermantech.com</a></p>
            <p>Registration# SC285288<br />
              Registered Office:  <br />
              11 Dudhope Terrace, Dundee, DD3 6TS </p>            
            
</div>
</div>

<div id="column_right2">
<div id="column_right_margin">
<form method="post" action="form-process.cfm" name="myform">

<input type="hidden" name="UUID" value="548A3479-FEA0-52ED-51194253D4AEED1A">
 

<table width="100%"  border="0" cellspacing="0" cellpadding="5">
            <tr valign="top">
              <td align="left" nowrap="nowrap">Name <span class="asterisk">*</span></td>
              <td><input name="name" type="text" size="40" maxlength="100" /></td>
            </tr>
            <tr valign="top">
              <td align="left" nowrap="nowrap">Company</td>
              <td><input name="company" type="text" size="40" maxlength="100" /></td>
            </tr>
            <tr valign="top">
              <td align="left" nowrap="nowrap">Contact Via </td>
              <td><select name="contactby">
                  <option value="email" selected="selected">Email</option>
                  <option value="phone">Phone</option>
              </select></td>
            </tr>
            <tr valign="top">
              <td align="left" nowrap="nowrap">Phone</td>
              <td><input name="phone" type="text" size="40" maxlength="50" /></td>
            </tr>
            <tr valign="top">
              <td align="left" nowrap="nowrap">Email <span class="asterisk">*</span></td>
              <td><input name="email" type="text" size="40" maxlength="100" /></td>
            </tr>
            <tr valign="top">
              <td align="left" nowrap="nowrap">Enquiry</td>
              <td><textarea name="comment" cols="40" rows="6"></textarea></td>
            </tr>
            <tr align="right" valign="top">
              <td colspan="2"><input type="submit" name="Submit" value="Contact" class="submit" /></td>
            </tr>
          </table>
</form>

<SCRIPT LANGUAGE="JavaScript">
<!--//
// initialize the qForm object
objForm = new qForm("myform");

// set error colour
qFormAPI.errorColor = "#FF9B9B";

// make these fields required
objForm.required("name, email");

objForm.name.description = "Name";
objForm.email.description = "Email";


//-->
</SCRIPT>

</div>
</div>

<div id="clear"></div>
<div id="footer"><p>Company Registration SC285288 | Registered Office:  11 Dudhope Terrace, Dundee, DD3 6TS</p></div>

  
</div>
</body>
</html>
