// JavaScript Document
function bottom ()
{
var str="";
str+="<div id='footer'>";
str+="<a href='index.php' class='footer_links'>Home</a>    |     <a href='about.php' class='footer_links'>About Us</a>    |    <a href='ongoing_projects.php' class='footer_links'>Ongoing Projects</a>    |    <a href='future_projects.php' class='footer_links'>Future Projects</a>    |    <a href='completed_projects.php' class='footer_links'>Completed Projects</a>    |    <a href='login.php' class='footer_links'>Login</a>    |    <a href='contact.php' class='footer_links'>Contact us</a><br />";
str+="  <a href='http://www.aes.in' target='_blank' class='footer_links1'> Websolutions by AES Technologies (India) Pvt. Ltd. </a><br />";
str+="&copy; 2009  <b style='color:#89BDCA;'>Shriram Properties (cbe) Pvt.Ltd</b>";
str+="</div>";
str+="<br>";
document.write(str);
}

function open_hdfc(){
	window.open("http://www.hdfc.com/applications/calc_ComputeLoanEligible.asp","HomeLoanReckoner","titlebar=no,toolbar=no,menubar=no");
}
