function OpenFeedback(url) {
	var feedbackwin = window.open(url,"","width=780,height=	600,left=10,top=10,scrollbars");
}
function GoTo(url) {
	window.location.href = url;
}


document.write("<table width='100%' border=0 cellpadding='0' cellspacing='0'> ")
//document.write("<tr> ")+"\n"
//document.write("			<td valign='bottom' align='left' class='pageleftborder'>")
//document.write("				<IMG src='/imgs/FooterleftArc.jpg' align=absbottom >")
//document.write("		</td>")
//document.write("	<td valign='bottom' align='right' class='pagerightborder' >")
//document.write("		<IMG src='/imgs/Footerrightarc.jpg' align=absbottom>")
//document.write("		</td>")
//document.write("</tr>")
document.write("		<tr>")
document.write("			<td  COLSPAN=2 background='/imgs/NewfooterLine.jpg'>&nbsp;</td>")
document.write("		</tr>")

document.write("	<tr>")
document.write("			<td align=center COLSPAN=2 >  ")
document.write("				 <A class=Footertext href='../Mailus.aspx' target = _self>Any Abuse, Fradulent Postings report here</A> <br>")
document.write("				 <A class=Footertext href = \" Javascript:GoTo('../Disclaimer.aspx') \" >Disclaimer  </A>")
document.write("				<font class=footertext>|</font>&nbsp;	<A class=Footertext href = \"Javascript:GoTo('http://www.registerjobs.com/default.aspx')\" >Home </A>")
document.write("				<font class=footertext>|</font>&nbsp;	<A class=Footertext href = \" Javascript:GoTo('../Contactus.aspx')\" >Contact Us </A><br><font class=footertext>Copyright &#169;  2001-2005 Reserved Rams Surveyors Pvt. Ltd.</font>")
document.write("		</td>") 
document.write("	</tr>")
document.write("<tr><td colspan=2 align=center class=txtfooter ><img src='/imgs/monitor.jpg' align=absmiddle border=0 alt='Click here to know how?'> Best Viewed in 1024 X 768 resolution </td></tr>") 
document.write("	<tr>")
document.write("		<td  COLSPAN=2 align=center > <img src='/imgs/footerline.jpg'></img> </td>	")
document.write("	</tr>")
document.write("</table>")


