<!--


var message = "PRINT";

function printpage() {
window.print();  
}


  function menu_jump(path) 
  {
    window.location.href = path.options[path.selectedIndex].value;
  }

function openWinGALLERY(popupURL, width_num, height_num) 
{
        popup = window.open(popupURL, "window",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=' + width_num + ',height=' + height_num);
}

function openWinSORTBY(popupURL, width_num, height_num) 
{
        popup = window.open(popupURL, "window",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=' + width_num + ',height=' + height_num);
}


   var listingsoff              = new Image();
   var listingson               = new Image();
       listingsoff.src          = "images/splash_listings_off.gif"; 
       listingson.src           = "images/splash_listings_on.jpg"; 
       

   var selloff              = new Image();
   var sellon               = new Image();
       selloff.src          = "images/splash_sell_off.gif"; 
       sellon.src           = "images/splash_sell_on.jpg"; 

   var aboutoff              = new Image();
   var abouton               = new Image();
       aboutoff.src          = "images/splash_about_off.gif"; 
       abouton.src           = "images/splash_about_on.jpg"; 

   var dreamoff              = new Image();
   var dreamon               = new Image();
       dreamoff.src          = "images/splash_dream_off.gif"; 
       dreamon.src           = "images/splash_dream_on.jpg"; 

   var mlsoff              = new Image();
   var mlson               = new Image();
       mlsoff.src          = "images/splash_mls_off.gif"; 
       mlson.src           = "images/splash_mls_on.jpg"; 

   var openoff              = new Image();
   var openon               = new Image();
       openoff.src          = "images/splash_open_off.gif"; 
       openon.src           = "images/splash_open_on.jpg"; 

//-->  
