
function find()
{
if (document.f.word.value.length < 1) {alert("Invalid search - too short.");}
else {document.f.submit();}
}

function winResize()
{
hSize = document.body.clientHeight - 280;
gal.style.height = hSize;
}
//onload = winResize;
//onresize = winResize;
