function start() {

preLoad = new Array();
for (i = 0; i < 2; i ++)
	{
	preLoad[i] = new Image();
	}
	preLoad[0].src = "images/spacer.gif";
	preLoad[1].src = "images/logo.gif";

document.all.Layer1.style.height='20px';

document.all.Layer2.style.height='20px';

document.all.Layer3.style.height='20px'; 

document.all.Layer4.style.height='20px';

document.all.Layer5.style.height='20px';


}


function big1(lyr) {

document.all[lyr].style.height='188px'; }



function small1(lyr) {

document.all[lyr].style.height='20px';

}

function big2(lyr) {

document.all[lyr].style.height='71px'; }



function small2(lyr) {

document.all[lyr].style.height='20px';

}

function big3(lyr) {

document.all[lyr].style.height='107px'; }



function small3(lyr) {

document.all[lyr].style.height='20px';

}

function big4(lyr) {

document.all[lyr].style.height='107px'; }


function small4(lyr) {

document.all[lyr].style.height='20px';

}

function big5(lyr) {

document.all[lyr].style.height='37px'; }



function small5(lyr) {

document.all[lyr].style.height='20px';

}





