var formcontent = '<form name="contactus" method="post" action="mailto:kwching@singnet.com.sg?subject=visitor\'s submission from www.infolinkasia.com" enctype="text/plain">';
formcontent += '<table border="0" cellspacing="0" cellpadding="2" class="layerform">';
formcontent += '<tr><td align="right" valign="middle" width="90">Name: </td><td><input type="text" name="visitorname" class="layerinput"></td></tr>';
formcontent += '<tr><td align="right" valign="middle" width="90">Location: </td><td><input type="text" name="location" class="layerinput"></td></tr>';
formcontent += '<tr><td align="right" valign="middle" width="90">Company Name: </td><td><input type="text" name="companyname" class="layerinput"></td></tr>';
formcontent += '<tr><td align="right" valign="middle" width="90">Email Address: </td><td><input type="text" name="emailaddress" class="layerinput"></td></tr>';
formcontent += '<tr><td align="right" valign="top" width="100">Message:</td><td><textarea name="message" rows="5" cols="26" class="layerinput"></textarea></td></tr>';
formcontent += '<tr><td>&nbsp; </td><td>';
formcontent += '<input type="submit" name="SubmitForm" value="Submit" class="layerbutton">&nbsp;&nbsp;';
formcontent += '<input type="reset" name="ResetForm" value="Reset" class="layerbutton">&nbsp;&nbsp;';
formcontent += '<input type="Button" name="CloseForm" value="Close" class="layerbutton" onclick="javacsript:showhide(\'contents\',0);">';
formcontent += '</td></tr></table></form>';
