<!-- hide script from old browsers
function big(lyr) {
document.all[lyr].style.height='96px'; }

function small(lyr) {
document.all[lyr].style.height='18px';
}

function start() {
document.all.Layer1.style.height='18px';
document.all.Layer2.style.height='18px'; }

 // -->
 
 
 