document.write ('<div class="foot" style="clear:both;"><a href="/tourist-attractions/">Attractions</a>  |  <a href="/places/">Destinations</a>  |  <a href="/hotels/">Hotels</a>  |  <a href="/tours/">Tours</a>  |  <a href="/agents/">Agents</a>  |  <a href="/tourist-info/">Tourist Info</a></div><DIV ID="footer"><A HREF="http://www.indiamart.com"><IMG SRC="/includes/gifs/powered-im-new.gif" ALT="POWERED BY IndiaMART" WIDTH="104" HEIGHT="38" BORDER="0" ALIGN="RIGHT"></A><IMG SRC="/includes/gifs/zero.gif" WIDTH="104" HEIGHT="38" ALIGN="LEFT"><A HREF="/disclaimer.html" TARGET="_top">Disclaimer</A>    | <A HREF="/acknowledgement.html" TARGET="_top">Acknowledgements</A>    | <A HREF="/privacy-policy.html" TARGET="_top">Privacy      Policy</A> | <A HREF="/feedback.html" TARGET="_top" ONMOUSEOVER="window.status=\'Please send us your feedback or Contact Us\';return true;" ONMOUSEOUT="window.status=\'\';return true;">Feedback / Contact Us</A> <BR>    <IMG SRC="/includes/gifs/zero-ft.gif" WIDTH="1" HEIGHT="10"><BR>     Copyright <FONT SIZE="-1">&copy; </FONT><A HREF="http://www.indiamart.com/corporate/" TARGET="_top">IndiaMART InterMESH Limited</A></DIV>')

//btm-pan start js//
function footerbox()
{
	if( typeof( window.innerWidth ) == 'number' ) {
		myWidth = window.innerWidth;
		myHeight = window.innerHeight;
	} else if( document.documentElement && ( document.documentElement.clientWidth || document.documentElement.clientHeight ) ) {
		myWidth = document.documentElement.clientWidth;
		myHeight = document.documentElement.clientHeight;
	} else if( document.body && ( document.body.clientWidth || document.body.clientHeight ) ) {
		myWidth = document.body.clientWidth;
		myHeight = document.body.clientHeight;
	}
myHeight = myHeight-53;
document.getElementById('topbar_new').style.display="block";
document.getElementById('topbar_new').style.top=myHeight+'px';

if(navigator.appName == 'Microsoft Internet Explorer' && navigator.appVersion.match(/ [\d.]+/) == 6.0)
{
scrolltop=window.pageYOffset || document.body.scrollTop || document.documentElement.scrollTop;

fromtop= scrolltop+myHeight;
document.getElementById('topbar_new').style.position="absolute";
document.getElementById('topbar_new').style.top=fromtop+'px';
document.getElementById('topbar_new').style.left='0px';
}
}
function addEvent( obj, type, fn ){ 
   if (obj.addEventListener){ 
	  obj.addEventListener( type, fn, false );
   }
   else if (obj.attachEvent){ 
	  obj["e"+type+fn] = fn; 
	  obj[type+fn] = function(){ obj["e"+type+fn]( window.event ); } 
	  obj.attachEvent( "on"+type, obj[type+fn] ); 
   } 
}
addEvent(window, 'load', footerbox);
if(navigator.appName == 'Microsoft Internet Explorer' && navigator.appVersion.match(/ [\d.]+/) == 6.0)
{
addEvent(window, 'scroll', footerbox);
}
function closebar_new()
{
document.getElementById('topbar_new').style.display="none";
}
//btm-pan end js//
