function changeColorover(obj) 
{
obj.style.backgroundColor="#34AE24";
//obj.style.cursor = "hand";
}
function changeColorout(obj) 
{
 obj.style.backgroundColor="#FF9540";
// obj.style.cursor = "hand";
 window.status = defaultStatus;}
