/************** Foothold Systems Ltd. ***************/
function changeBG(obj) {obj.className='showover'; obj.style.cursor='hand'; obj.style.cursor='pointer';}
function changeBGback(obj) {obj.className='shownotover'; obj.style.cursor='auto';}
