
Footer()

function Footer() 
{
document.write("<tr bgcolor=#ebe6c0>")
document.write("<td colspan=3 class='bottompane box-border-bottom' align=center height=30 valign=middle>")
document.write("<b>Tel:</b> +91 - 124 - 2386196 | <b>Fax:</b> +91 - 124 - 2575296 | ")
document.write("<b>Mobile:</b> +91 - 9810265545 / 9910265545 <br>")
document.write("<b>Email:</b> <a href='mailto:mediaestate@sify.com'>mediaestate@sify.com</a> ")
document.write("/ <a href='mailto:kuldeep.hasija@hotmail.com'>kuldeep.hasija@hotmail.com</a>")
document.write("</td></tr>")
document.write("<tr height=30 bgcolor=#71ade3>")
document.write("<td colspan=2 class=footer>All Rights Reserved | &copy; 2008 Media Estate</td>")
document.write("<td align=right class=footer>")
document.write("Designed & Developed By <a href='http://www.vibgyortech.com'>Vibgyor Technologies</a>") 
document.write("</td></tr>")
}


