<!--
if (document.images) {
  navDevelopment = new Image();
  navDevelopment.src = "images/navDevelopment.gif";
  navDevelopment_on = new Image();
  navDevelopment_on.src = "images/navDevelopment_on.gif";
  navLeasing = new Image();
  navLeasing.src = "images/navLeasing.gif";
  navLeasing_on = new Image();
  navLeasing_on.src = "images/navLeasing_on.gif";  
  navResidential = new Image();
  navResidential.src = "images/navResidential.gif";
  navResidential_on = new Image();
  navResidential_on.src = "images/navResidential_on.gif";  
  navPropertyManagement = new Image();
  navPropertyManagement.src = "images/navPropertyManagement.gif";
  navPropertyManagement_on = new Image();
  navPropertyManagement_on.src = "images/navPropertyManagement_on.gif";  
  navConstruction = new Image();
  navConstruction.src = "images/navConstruction.gif";
  navConstruction_on = new Image();
  navConstruction_on.src = "images/navConstruction_on.gif";  
  navProperties = new Image();
  navProperties.src = "images/navProperties.gif";
  navProperties_on = new Image();
  navProperties_on.src = "images/navProperties_on.gif";  
  navAboutRubinoff = new Image();
  navAboutRubinoff.src = "images/navAboutRubinoff.gif";
  navAboutRubinoff_on = new Image();
  navAboutRubinoff_on.src = "images/navAboutRubinoff_on.gif";  
  navNewsEvents = new Image();
  navNewsEvents.src = "images/navNewsEvents.gif";
  navNewsEvents_on = new Image();
  navNewsEvents_on.src = "images/navNewsEvents_on.gif";  
  navContactUs = new Image();
  navContactUs.src = "images/navContactUs.gif";
  navContactUs_on = new Image();
  navContactUs_on.src = "images/navContactUs_on.gif";
  
  artworkDevelopment = new Image();
  artworkDevelopment.src = "images/artworkDevelopment.jpg";
  artworkDevelopment_on = new Image();
  artworkDevelopment_on.src = "images/artworkDevelopment_on.jpg";  
  artworkLeasing = new Image();
  artworkLeasing.src = "images/artworkLeasing.jpg";
  artworkLeasing_on = new Image();
  artworkLeasing_on.src = "images/artworkLeasing_on.jpg";  
  artworkResidential = new Image();
  artworkResidential.src = "images/artworkResidential.jpg";
  artworkResidential_on = new Image();
  artworkResidential_on.src = "images/artworkResidential_on.jpg";
  artworkPropertyManagement = new Image();
  artworkPropertyManagement.src = "images/artworkPropertyManagement.jpg";
  artworkPropertyManagement_on = new Image();
  artworkPropertyManagement_on.src = "images/artworkPropertyManagement_on.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 decision(message, url){
if(confirm(message)) location.href = url;
}
// -->