/* author: Christopher Lawrey */
/* Creation date: 07/08/02 */
self.defaultStatus = "Welcome to the CLD Website";
var pics = new Array(2);
pics[0] = new Image(70,40);
pics[0].src = "button1.gif";
pics[1] = new Image(70,40);
pics[1].src = "button2.gif";
function swop(num, ind){ document.images[num].src=pics[ind].src;}
function state(msg) { status = msg; return true;}