
footer();

function footer()
{
	document.write("<tr>");
	document.write("<td style='background-color:#5672a4; padding-top:10px; padding-bottom:10px;'>");
	document.write("<table cellpadding=0 cellspacing=0 border=0 width=100%>");
	document.write("<tr valign=top>");
	document.write("<td class=footer style='padding-left:60px; width:220px;'>");
	document.write("<div class=footerhead>Quick Contact</div>");
	document.write("<font color=#02193B><B>Phone:</B></font> +91-124-4253128<br>");
	document.write("<font color=#02193B><B>Mobile:</B></font> +91 - 9873310328<br>");
	document.write("<font color=#02193B><B>Email:</B></font> <a href='mailto:sales@etacon.co.in'>sales@etacon.co.in</a>");
	document.write("</td>");
	document.write("<td class=footer style='width:200px;'>");
	document.write("<div class=footerhead>Snail Mail</div>");
	document.write("<B>Mr. Prabhu Patil</B><br>");
	document.write("A-5,  Shriram Market<br>SikandarPur, M.G. Road<br>Gurgaon<br>Haryana");
	document.write("</td>");
	document.write("<td class=footer style='width:150px;'>");
	document.write("<div class=footerhead>Quick Links</div>");
	document.write("<a href='index.html'>Home</a><br>");
	document.write("<a href='services.html'>Our Services</a><br>");
	document.write("<a href='infrastructure.html'>Infrastructure</a><br>");
	document.write("<a href='contact.html'>Contact Us</a><br>");
	document.write("<a href='contact.html'>Enquiry</a><br>");
	document.write("</td>");
	document.write("<td class=footer style='margin-right:0px;'>");
	document.write("<div class=footerhead>About Us</div>");
	document.write("<a href='about.html'>Profile</a><br>");
	document.write("<a href='factsheet.html'>Fact Sheet</a><br>");
	document.write("<a href='team.html'>Our Team</a><br>");
	document.write("<a href='qa.html'>Quality Assurance</a><br>");
	document.write("<a href='strengths.html'>Our Strengths</a><br>");
	document.write("</td>");
	document.write("</tr>");
	document.write("</table>");
	document.write("</td>");
	document.write("</tr>");
}
