// Its JavaScript for footer part

document.write('<DIV id="botlocation">');

document.write('<table height="37" cellSpacing="2" cellPadding="2" width="100%" align="left" border="0">');
document.write('<tr><td class="green" align="center" width="100%" background="../images/bluebar1.gif" height="21"><font color="#000000">'); 
document.write('<A class="Orange" href="../Html/sitemap.htm" target="_self">Site Map</A></font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<IMG height="6" src="../Images/box.gif" width="4" border="0">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;');
document.write('<A class="Orange" href="../Html/term_cond.htm" target="_self">Terms &amp; Conditions</A> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<IMG height="6" src="../Images/box.gif" width="4" border="0">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;');
document.write('<A class="Orange" href="../Html/privacy.htm" target="_self">Privacy Policy</A> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<IMG height="6" src="../Images/box.gif" width="4" border="0">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;');
document.write('<A class="Orange" href="../WebPages/FeedBack.aspx" target="_self">Send Feedback</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<IMG height="6" src="../Images/box.gif" width="4" border="0">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;');
document.write('<A class="Orange" href="../WebPages/SalesEnquiry.aspx" target="_self">Sales Enquiry</A></td></tr>');
document.write('<tr><td class="green" width="100%" background="../images/bluebar1.gif" height="21"><p align="center">Copyright 1999-2009 Advent Software Pvt. Ltd. All rights reserved.');
document.write('<br>Best viewed with 1024 X 768 resolution.</p>')

document.write('</td></tr></table>');

document.write('</DIV>');