homeoff = new Image();
homeoff.src = "homeon.jpg";
homeon = new Image();
homeon.src = "homeoff.jpg"

aboutoff = new Image();
aboutoff.src = "aboutoff.jpg";
abouton = new Image();
abouton.src = "abouton.jpg"

createoff = new Image();
createoff.src = "createoff.jpg";
createon = new Image();
createon.src = "createon.jpg"

auditoff = new Image();
auditoff.src = "auditoff.jpg";
auditon = new Image();
auditon.src = "auditon.jpg"

serviceoff = new Image();
serviceoff.src = "serviceoff.jpg";
serviceon = new Image();
serviceon.src = "serviceon.jpg"

contactoff = new Image();
contactoff.src = "contactoff.jpg";
contacton = new Image();
contacton.src = "contacton.jpg";

function rollOver()
{
	if (document.images)
	{
	document[rollOver.arguments[0]].src = eval(rollOver.arguments[1]+".src");
	}
}

pageArray = new Array("","../aboframe/aboutsub.html", "../creaframe/creativesub.html", "../audframe/auditsub.html", "../servframe/servicesub.html", "../contframe/contactsub.html");

function setContent(thisPage)
{
parent.subpage.document.location.href = pageArray[thisPage];
}