var n=navigator.appName;

function onColor(x)
 {
  x.style.backgroundColor='#cccccc';
 }

function offColor(x)
 {
  x.style.backgroundColor='EFEFE7';
 }

 