function openme(object){
   object.style.background="#C6D3CE";
}

function closeme(object,aa){
  var bb=document.getElementById(aa)
  object.style.background="#FFFFFF";
  if(aa=="watches"){
    bb.style.background="#C6D3CE";
  }
  if(aa=="swiss"){
    bb.style.background="#C6D3CE";
  }
  if(aa=="accesory"){
    bb.style.background="#C6D3CE";
  }
  if(aa=="learn"){
    bb.style.background="#C6D3CE";
  }
  if(aa=="support"){
    bb.style.background="#C6D3CE";
  }
}

function ccolor(){
  document.fgcolor="#FFFFFF";
}