//
// Include file for Contact Us
// (C) Zansys Technologies
// 9 April 2008, 12:15 PM
//

document.write(" <table width='250' border='0' cellspacing='0' cellpadding='0'> ");
document.write(" 	<tr> ");
document.write(" 	   <!--quick contact form start--> ");
document.write(" 	   <td width='26%' valign='top'><table width='180' border='0' cellspacing='0' cellpadding='0' style='float:left' > ");
document.write(" 		 <tr> ");
document.write("             <td class='quick_contact'>Quick Contact <span>Form</span> </td> ");
document.write("             <td align='left'><a href='#' onclick=show('m_9')><img src='images/below_arrow.gif' alt='' width='12' height='15' border='0'/></a> </td> ");	
document.write("         </tr> ");
document.write("         <tr> ");
document.write("                   <td colspan='3' valign='top'><div class='below_arrow'  align='left'>");
document.write(" 				   <!--contact form start--> ");
document.write(" 				   <form action='aspmail.asp' method='post' name='formName' onsubmit='return validation();' id='m_9'  style='display:none;'> ");
document.write(" 					 <table width='250' border='0' cellspacing='0' cellpadding='0' class='contact_form_DropdownHome' > ");
document.write(" 					   <tr> ");
document.write(" 						 <td class='form_ml'><img src='images/middle_left.gif' alt='' width='7' height='1' /></td> ");
document.write(" 						 <td class='center_bg'><table width='100%' border='0' cellspacing='0' cellpadding='0'> ");
document.write(" 							 <tr> ");
document.write(" 							   <td align='right'><a href='#' onclick=hide('m_9')><img src='images/close.gif' alt='' border='0' /></a>&nbsp;&nbsp;</td> ");
document.write(" 							 </tr> ");
document.write(" 							 <tr> ");

document.write(" 							 <td> ");
document.write(" 							 <table> ");
document.write(" 							 	<tr> ");
document.write(" 							 		<td width='100' style='color: black; font-size: 10pt; font-family: Verdana'>Name<span style='color: red; font-size: 10pt; font-family: Verdana'>*</span></td> ");
document.write(" 							 		<td><input type='text' name='txtName' value='Enter your Name' onfocus=this.value='' /></td> ");
document.write(" 							 	</tr> ");
document.write(" 							 	<tr> ");
document.write(" 							 		<td style='color: black; font-size: 10pt; font-family: Verdana'>Email Id<span style='color: red; font-size: 10pt; font-family: Verdana'>*</span></td> ");
document.write(" 							 		<td><input type='text' name='txtEmail' value='Enter your Email Id' onfocus=this.value='' /></td> ");
document.write(" 							 	</tr> ");
document.write(" 							 	<tr> ");
document.write(" 							 		<td style='color: black; font-size: 10pt; font-family: Verdana'>Phone No.</td> ");
document.write(" 							 		<td><input type='text' name='txtPhone' value='Enter your Phone Number' onfocus=this.value='' /></td> ");
document.write(" 							 	</tr> ");
document.write(" 							 	<tr> ");
document.write(" 							 		<td style='color: black; font-size: 10pt; font-family: Verdana'>Message<span style='color: red; font-size: 10pt; font-family: Verdana'>*</span></td> ");
document.write(" 							 		<td><textarea width='10' onfocus=this.value='' name='txtMessage'>Enter your Message</textarea></td> ");
document.write(" 							 	</tr> ");
document.write(" 							 </table> ");
document.write(" 								   <input name='submit' type='submit' class='send' value='Send'/></td> ");
document.write(" 							 </tr> ");
//document.write("<td><span style='color: red; font-size: 10pt; font-family: Verdana'>*</span><span class='text'>Mandatory</td>");
document.write(" 						 </table></td> ");

document.write(" 						 <td class='form_mr'><img src='images/middle_right.gif' alt='' width='5' height='1' /></td> ");
document.write(" 					   </tr> ");
document.write(" 					 </table> ");
document.write(" 				   </form> ");
document.write(" 		   </div></td> ");
document.write(" 		   <!--cotnact form end--> ");
document.write(" 		 </tr> ");
document.write(" 		</table></td> ");
document.write(" 		<!--quick contact form end--> ");
document.write(" 	</tr> ");
document.write(" </table> ");

