function out(id) {
document.getElementById(id).style.zIndex=2;
}

function over(id) {
document.getElementById(id).style.zIndex=0;
}

