function clickme(obj)
{
obj.style.background="#f1f1f1";
}

function clickme1(obj)
{
obj.style.background="none";
}
