function showArrow(id){
    document.getElementById(id).src="../workspace/img/arrow.gif"
}

function hideArrow(id){
    document.getElementById(id).src="../workspace/img/blank.gif"
}