// JavaScript Document
function openme(object){
object.style.background="#E2ECC9";}
function closeme(object){
object.style.background="";}