
<!-- Begin

<!-- NOTE: If you use a ' add a slash before it like this \' -->

document.write('<div id="sidebar2"><h1>Contact Us for more info</h1><br />');
document.write('<form action="formmail-contact.php" method="post" name="contact" id="contact" onsubmit="return validate_form(this)">');
document.write('<table border="0" cellpadding="0" cellspacing="0" width="90%">');
document.write('<tr><td>Name:<br /></td><td><input name="Name" size="20" /><br /></td>');
document.write('</tr><tr><td>Email:<br /></td><td><input name="email" size="20" /><br /></td>');
document.write('</tr><tr><td>Phone:<br /></td><td><input name="Phone" size="20" /><br /></td>');
document.write('</tr></table>Comments:<textarea name="Comments" rows="3" cols="35"></textarea>');
document.write('<br /><br /><div style="margin-right:90px; width:auto;">');
document.write('<input type="submit" value="Submit" /></div><br /></form></div>');



//  End -->
