// Gowtham Housing
function top()
{
var str="";
str+="<table width='780' align='center' cellpadding='0' cellspacing='0' border='0'>";
str+="<tr>";
str+="<td><a href='" + linkPath + "index.html'><img src='" + linkPath + "images/logo.gif' width='377' height='98' border='0' alt='Gowtham Hosuing pvt Ltd'></a></td>";
str+="<td><img src='" + linkPath + "images/bg.gif' width='237' height='98' border='0' alt=''></td>";
str+="<td><img src='" + linkPath + "images/house.gif' width='166' height='98' border='0' alt=''></td>";
str+="</table>";
document.write(str);
}

function bottom()
{
var str="";
str+="<table width='780' align='center' cellpadding='0' cellspacing='0' border='0'>";
str+="<tr height='40'><td background='" + linkPath + "images/bottom.gif' width='780' align='right'><br>© 2005 Gowtham housing Pvt Ltd. All rights reserved.&nbsp;&nbsp;</td></tr>";
str+="</table>";
document.write(str);
}

