function MM_swapImage1() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; 
  document.MM_sr=new Array; 
  for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; 
   if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
function swapImage(a,b,c) { //v3.0
   document.getElementById("showimage").src=a;
   document.getElementById("popuplink").href="javascript:popupWindow(\'imagepopup.asp?image="+b+"\');";
   document.getElementById("popuptext").innerHTML = "<strong>"+c+"</strong>"
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function showsales()
{
	fromsales = document.getElementById("from");
	fromrental = document.getElementById("fromrental");
	tosales = document.getElementById("to");
	torental = document.getElementById("torental");

	fromsales.style.display = "block";
	fromrental.style.display = "none";
	tosales.style.display = "block";
	torental.style.display = "none";
}
function showrental()
{
	fromsales = document.getElementById("from");
	fromrental = document.getElementById("fromrental");
	tosales = document.getElementById("to");
	torental = document.getElementById("torental");

	fromsales.style.display = "none";
	fromrental.style.display = "block";
	tosales.style.display = "none";
	torental.style.display = "block";
}
function Ashowsales()
{
	fromsales = document.getElementById("Afrom");
	fromrental = document.getElementById("Afromrental");
	tosales = document.getElementById("Ato");
	torental = document.getElementById("Atorental");

	fromsales.style.display = "block";
	fromrental.style.display = "none";
	tosales.style.display = "block";
	torental.style.display = "none";
}
function Ashowrental()
{
	Afromsales = document.getElementById("Afrom");
	Afromrental = document.getElementById("Afromrental");
	Atosales = document.getElementById("Ato");
	Atorental = document.getElementById("Atorental");

	Afromsales.style.display = "none";
	Afromrental.style.display = "block";
	Atosales.style.display = "none";
	Atorental.style.display = "block";
}
function popupWindow(url) {
  window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=100,height=100,screenX=150,screenY=150,top=150,left=150')
}