  function clearthemap()
  {
   document.getElementById('122').style.backgroundColor='FFFFCC';
   document.getElementById('123').style.backgroundColor='FFFFCC';
   document.getElementById('125').style.backgroundColor='FFFFCC';
   document.getElementById('126').style.backgroundColor='FFFFCC';
   document.getElementById('127').style.backgroundColor='FFFFCC';
   document.getElementById('128').style.backgroundColor='FFFFCC';  
   document.getElementById('129').style.backgroundColor='FFFFCC';  
   document.getElementById('130').style.backgroundColor='FFFFCC';  
   document.getElementById('131').style.backgroundColor='FFFFCC';  
   document.getElementById('132').style.backgroundColor='FFFFCC';  
  }

 
 function displayinsurance()
  {
  clearthemap();
   document.getElementById('128').style.backgroundColor='00ff00';
  }

 function displayamenities()
  {
  clearthemap();
   document.getElementById('125').style.backgroundColor='00FFFF';
  }

 function displayEco()
  {
  clearthemap();
   document.getElementById('125').style.backgroundColor='ffff00';
  }

 function displaytamper()
  {
  clearthemap();
   document.getElementById('125').style.backgroundColor='FFCC99';
  }

 function displaymattresses()
  {
  clearthemap();
   document.getElementById('129').style.backgroundColor='00FFFF';
  }

 function displaysofa()
  {
  clearthemap();
   document.getElementById('129').style.backgroundColor='ffff00';
  }

 function displaycots()
  {
  clearthemap();
   document.getElementById('129').style.backgroundColor='00ff00';
  }

 function displaylaundry()
  {
  clearthemap();
   document.getElementById('121').style.backgroundColor='00FFFF';
   document.getElementById('130').style.backgroundColor='00FFFF';
  }

 function displayhchairs()
  {
  clearthemap();
   document.getElementById('132').style.backgroundColor='ffff00';
   document.getElementById('131').style.backgroundColor='ffff00';
  }

 function displaybarst()
  {
  clearthemap();
   document.getElementById('132').style.backgroundColor='FFCC99';
   document.getElementById('131').style.backgroundColor='FFCC99';
  }

 function displaybench()
  {
  clearthemap();
   document.getElementById('131').style.backgroundColor='00ff00';
   document.getElementById('132').style.backgroundColor='00ff00';
  }

 function displayodour()
  {
  clearthemap();
   document.getElementById('126').style.backgroundColor='00FFFF';
  }

function displaybed()
  {
  clearthemap();
   document.getElementById('127').style.backgroundColor='ffff00';
  }

 function displaytowels()
  {
  clearthemap();
   document.getElementById('127').style.backgroundColor='FFCC99';
  }

 function displaydrapes()
  {
  clearthemap();
   document.getElementById('127').style.backgroundColor='00ff00';
  }

 function displaycredit()
  {
  clearthemap();
   document.getElementById('122').style.backgroundColor='00FFFF';
  }


function displaysign()
  {
  clearthemap();
   document.getElementById('123').style.backgroundColor='ffff00';
  }
