
if (document.images) {
  image1on = new Image();
  image1on.src = "img/menu_on_find.jpg";
  image2on = new Image();
  image2on.src = "img/menu_on_sell.jpg";
  image3on = new Image();
  image3on.src = "img/menu_on_finance.jpg";
  image4on = new Image();
  image4on.src = "img/menu_on_forms.jpg";
  image5on = new Image();
  image5on.src = "img/menu_on_contact.jpg";
  image6on = new Image();
  image6on.src = "img/menu_on_buyers.jpg";
  image7on = new Image();
  image7on.src = "img/menu_on_sellers.jpg";
  image8on = new Image();
  image8on.src = "img/menu_on_about.jpg";


  
  image1off = new Image();
  image1off.src = "img/menu_off_find.jpg";
  image2off = new Image();
  image2off.src = "img/menu_off_sell.jpg";
  image3off = new Image();
  image3off.src = "img/menu_off_finance.jpg";
  image4off = new Image();
  image4off.src = "img/menu_off_forms.jpg";
  image5off = new Image();
  image5off.src = "img/menu_off_contact.jpg";
  image6off = new Image();
  image6off.src = "img/menu_off_buyers.jpg";  
  image7off = new Image();
  image7off.src = "img/menu_off_sellers.jpg";
  image8off = new Image();
  image8off.src = "img/menu_off_about.jpg";
}

function changeImages() {
  if (document.images) {
    for (var i=0; i<changeImages.arguments.length; i+=2) {
      document[changeImages.arguments[i]].src = eval(changeImages.arguments[i+1] + ".src");
    }
  }
}

















function newwindow(filename){

	/* initialize variables*/
	var file = filename;

	/* determine browser */
	var bName = navigator.appName;
	var bVer = parseFloat(navigator.appVersion);

	if (bName == "Netscape") 
		NewWindow = window.open(file, "CH6","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizeable=1,copyhistory=0,width=595,height=475,top=100,left=100,");
	else  
		NewWindow = window.open(file, "CH6","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizeable=1,copyhistory=0,width=600,height=480,top=100,left=100,");
}














function openCompare() {
  popupWin = window.open('/listman/listings/calc_compare.html', 'remote1', 'scrollbars,resize,width=550,height=520,left=200,top=50')
}
function openQualify() {
  popupWin = window.open('/listman/listings/calc_qualify.html', 'remote2', 'scrollbars,resize,width=540,height=550,left=200,top=50')
}
function openAmort() {
  popupWin = window.open('/listman/listings/calc_amort.html', 'remote3', 'scrollbars,resize,width=540,height=485,left=200,top=50')
}
function openpopup1() {
  popupWin = window.open('/listman/listings/calc_mini.html', 'remote4', 'scrollbars,resize,width=290,height=300,left=200,top=50')
}















function mailpage()
{
mail_str = "mailto:?subject=Check out " + document.title;
mail_str += "&body=I thought you might be interested in a listing I found at " + document.title;
//mail_str += " in $lfield3_je$";
mail_str += ". You can view it at: " + location.href; 
location.href = mail_str;
}

















function PopupPic(sPicURL) { 
window.open( "http://www.thebigredarrow.com/listman/listings/popup.html?"+sPicURL, "", 
"resizable=1,height=200,width=200,left=150,top=150"); 
} 











