function Topband()
{
	document.write("<table border=0 cellpadding=0 cellspacing=0 width=850>");
	document.write("<tr>");
	document.write("<td bgcolor=#687E97 valign=bottom>");
	document.write("<table width=850 border=0 cellpadding=0 cellspacing=4 align=center>");
	document.write("<tr height=21>");

	document.write("<td width=80 align=center><font style='font-family:verdana; font-size:8pt'><b><a href='about us.html' 	style='text-decoration:none;color:white'>About Us</td>");
	document.write("<td width=1 bgcolor=CC3333></td>");
	document.write("<td width=95 align=center><font style='font-family:verdana; font-size:8pt'><b><a href='wvd.html' style='text-decoration:none;color:white'>What we do</td>");
	document.write("<td width=1 bgcolor=CC3333></td>");
	document.write("<td width=140 align=center><font style='font-family:verdana; font-size:8pt'><b><a href='invfocus.html' style='text-decoration:none;color:white'>Investment Focus</td>");
	document.write("<td width=1 bgcolor=CC3333></td>");
	document.write("<td width=180 align=center><font style='font-family:verdana; font-size:8pt'><b><a href='primaryadvantage.html'style='text-decoration:none;color:white'>The Primary advantage</td>");
	document.write("<td width=1 bgcolor=CC3333></td>");
	document.write("<td width=90 align=center><font style='font-family:verdana; font-size:8pt'><b><a href='contactus.html' style='text-decoration:none;color:white'>Contact us</td>");
	document.write("<td width=1 bgcolor=CC3333></td>");
	document.write("<td width=90 align=center><font style='font-family:verdana; font-size:8pt'><b><a href='media.html' style='text-decoration:none;color:white'>Media Room</td>");
	document.write("<td width=1 bgcolor=CC3333></td>");
	document.write("<td width=90 align=center><font style='font-family:verdana; font-size:8pt'><b><a href='termofuse.html' style='text-decoration:none;color:white'>Terms of Use</td>");

	document.write("</tr></table>");
	document.write("</tr></table>");

	<!---start Band--->
	

}

function bottomLine()
{

	document.write("<table border=0 cellpadding=0 cellspacing=0 width=850>");
	document.write("<tr bgcolor=cc3333><td>");
	document.write("<tr><td height=5></td></tr>");
	document.write("<tr><td height=20 align=center bgcolor=#687E97><font style='font-family:verdana; font-size:7pt; color:white'>Copyright 2007-08 | Primary Real Estate Advisors Private Limited.| Best Viewed In 800 X 600 Resolution</td></tr>");
	document.write("<tr><td height=1 bgcolor=#bbbbbb></td></tr>");
	document.write("<tr><td height=1 bgcolor=#cccccc></td></tr>");
	document.write("<tr><td height=1 bgcolor=#dddddd></td></tr>");
	document.write("</table>");
	
}



