
function big(lyr) {
document.getElementById(lyr).style.height='180px'; }

function small(lyr) {
document.getElementById(lyr).style.height='1px';
}

function start() {
document.getElementById("opc1").style.height='1px';
document.getElementById("opc2").style.height='1px';
document.getElementById("opc3").style.height='1px';
document.getElementById("opc4").style.height='1px';
document.getElementById("opc5").style.height='1px';
}


