//
// Include file for Contact Us
// (C) Zansys Technologies
// 9 April 2008, 12:15 PM
//
document.write(" <table width='251' border='0' cellspacing='0' cellpadding='0'> ");
document.write(" 	<tr> ");
document.write(" 		<td><img src='images/spacer.gif' alt='' width='30' height='10' /></td>");
document.write(" 	</tr> ");
document.write(" 	<tr> ");
document.write(" 		<td class='lefthead'>CONTACT US</td>");
document.write(" 	</tr> ");
document.write(" 	<tr> ");
document.write(" 		<td></td> ");
document.write(" 	</tr> ");
document.write(" 	<tr> ");
document.write(" 		<td><!--contact us start--> ");
document.write(" 			<table width='100%' border='0' cellspacing='0' cellpadding='0' class='contact_us'> ");
document.write(" 				<tr> ");
document.write(" 					<td ><strong>US:</strong></td> ");
document.write(" 					<td >+1-312-450-7985</td> ");
document.write(" 				</tr> ");
document.write(" 				<tr> ");
document.write(" 					<td><strong>India:</strong></td> ");
document.write(" 					<td>+91-120-3089200</td> ");
//document.write(" 				<td colspan='2'><img src='images/contactus_innerpage.gif' /></td>");
document.write(" 				</tr> ");
document.write(" 				<tr> ");
document.write(" 					<td width='25%'><strong>Email:</strong></td> ");
document.write(" 					<td width='75%'><a href='mailto:sales@zansys.com'><u>sales@zansys.com</u></a></td> ");
document.write(" 				</tr> ");
document.write(" 			</table> ");
document.write(" 		</td> ");
document.write(" 	</tr> ");
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 colspan='3'><img src='images/spacer.gif' alt='' width='30' height='10' /></td> ");
document.write(" 		 </tr> ");
document.write(" 		 <tr> ");
document.write("             <td><img src='images/orange_arrow.gif' alt='' /></td> ");
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 name='formName' action='sendemail.asp' method='post'  onsubmit='return validation();' id='m_9'  style='display:block;'> ");
document.write(" 					 <table width='100%' border='0' cellspacing='0' cellpadding='0' class='contact_form_Dropdown' > ");
document.write(" 					   <tr> ");
document.write(" 						 <td><img src='images/form_tl.gif' alt='' width='7' height='6' /></td> ");
document.write(" 						 <td width='100%' class='form_t'><img src='images/form_t.gif' alt='' width='2' height='6' /></td> ");
document.write(" 						 <td><img src='images/form_tr.gif' alt='' width='5' height='6' /></td> ");
document.write(" 					   </tr> ");
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'>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>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>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>Spam Check</td> ");
document.write(" 							 		<td>  ");
document.write("										<select name='spam' id='spamCheck'  onchange='spamChecker();' /> ");
document.write("								   			<option selected value= 'I am a Bot'>I am a Bot</option> ");
document.write(" 								   			<option value= 'I am not a Bot'>I am not a Bot</option> ");
document.write(" 								   		</select> ");
document.write(" 							 		</td> ");
document.write(" 							 	</tr> ");
document.write(" 							 	<tr> ");
document.write(" 							 		<td>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(" 							 	<tr> ");
document.write(" 							 		<td>Attachment</td> ");
document.write(" 							 		<td><INPUT type='file' name='my_file' title='Click here to attach a File'></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(" 					   <tr> ");
document.write(" 						 <td><img src='images/bot_l.gif' alt='' width='7' height='4' /></td> ");
document.write(" 						 <td class='form_b'><img src='images/bot_mi.gif' alt='' width='2' height='4' /></td> ");
document.write(" 						 <td><img src='images/bot_r.gif' alt='' width='5' height='4' /></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> ");

