<!--
var cText = ''
cText +='<tr valign="top" class="white">' 
cText +='<td class="headleft">' 
cText +=' <table width="75%" height="80" border="0" cellspacing="0" cellpadding="2">'
cText +=' <tr align="right" height="50%" valign="bottom">' 
cText +=' <td colspan="2" class="r quick"><b>Quick Reg. Search&nbsp;&nbsp;&nbsp;' 
cText +=' <a href="javascript:popUpXLE(\'quickhelp.asp\')"><img src="images/help.gif" width="13" height="13" alt="Help with Quick Search" title="Click for help with Quick Search" border="0"></a></b></td>'
cText +=' </tr>'
cText +=' <tr height="50%" valign="top">' 
cText +=' <form style="margin-bottom:0;" name="frmQuick" method="get" action="searchresults.asp">'
cText +=' <td class=r valign="top" width="110">' 
cText +=' <input type="text" name="RegNo" size="13" maxlength="25" value="" style="height:15px;" title="Enter the Registration Number of the vehicle you are interested in">'
cText +=' </td>'
cText +=' <td class=r valign="top" width="50">' 
cText +=' <input type="image" border="0" value="Find" name="Find" src="images/find.gif" ALIGN="absmiddle" title="Click to perform simple Registration Number search" style="width:40px;height:21px;">'
cText +=' <input type="hidden" name="Quick" value="Quick">'
document.write(cText)
//-->
