homeBttn_OFF = new Image(33, 12);
homeBttn_OFF.src="images/home_OFF.jpg";

homeBttn_ON = new Image(33, 12);
homeBttn_ON.src="images/home_ON.jpg";

ServicesBttn_OFF = new Image(135, 12);
ServicesBttn_OFF.src="images/Services_OFF.jpg";

ServicesBttn_ON = new Image(135, 12);
ServicesBttn_ON.src="images/Services_ON.jpg";

ContactBttn_OFF = new Image(70, 12);
ContactBttn_OFF.src="images/Contact_OFF.jpg";

ContactBttn_ON = new Image(70, 12);
ContactBttn_ON.src="images/Contact_ON.jpg";

BioBttn_OFF = new Image(20, 12);
BioBttn_OFF.src="images/Bio_OFF.jpg";

BioBttn_ON = new Image(20, 12);
BioBttn_ON.src="images/Bio_ON.jpg";

// Show big image
gloucesterShow1 = new Image(484, 563);
gloucesterShow1.src="images/gloucester/gloucester1.jpg";

gloucesterShow2 = new Image(484, 563);
gloucesterShow2.src="images/gloucester/gloucester2.jpg";

gloucesterShow3 = new Image(484, 563);
gloucesterShow3.src="images/gloucester/gloucester3.jpg";

gloucesterShow4 = new Image(484, 563);
gloucesterShow4.src="images/gloucester/gloucester4.jpg";

gloucesterShow5 = new Image(484, 563);
gloucesterShow5.src="images/gloucester/gloucester5.jpg";

function menuSwap(iname, gname)
{
   iname.src=gname.src;
}
