
BuySellRent()

function BuySellRent() 
{
document.write("<tr valign=bottom><td><object width=702 height=202><param name=movie value=mediaestate.swf>")
document.write("<embed src=mediaestate.swf width=702 height=202></embed></object></td>")
document.write("<td width=2700>")
document.write("<table cellpadding=0 cellspacing=0 border=0 width=100%>")
document.write("<tr bgcolor=#c46835 height=67>")
document.write("<td align=center><a href=property.php?id=1><IMG SRC='images/buy.jpg' BORDER=0 ALT='Buy'></a></td>")
document.write("</tr>") 
document.write("<tr bgcolor=#ebe6c0 height=67>")
document.write("<td align=center><a href=property.php?id=2><IMG SRC='images/sell.jpg' BORDER=0 ALT='Sell'></a></td>")
document.write("</tr>") 
document.write("<tr bgcolor=#9eb950 height=67>")
document.write("<td align=center><a href=property.php?id=3><IMG SRC='images/rent.jpg' BORDER=0 ALT='Rent / Lease'></a></td>")
document.write("</tr>")
document.write("</table></td></tr>")
}


