//  The Lookit(dis) funtion doesn't size image correctly the first time it runs.
//  This should "prime the pump."
pic = new Image;
pic.src = 'images/home.gif';
w = pic.width;
h = pic.height+55;
