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";

PortfolioBttn_OFF = new Image(58, 12);
PortfolioBttn_OFF.src="images/Portfolio_OFF.jpg";

PortfolioBttn_ON = new Image(58, 12);
PortfolioBttn_ON.src="images/Portfolio_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";

function menuSwap(iname, gname)
{
   iname.src=gname.src;
}