
//portfolio button swaps

function relaxSwitch() {
	document.relaxBtn.src="img/relaxbtn_over.jpg"	
}
function relaxSwitch2() {
	document.relaxBtn.src="img/relaxbtn.jpg"		
}

function dineSwitch() {
	document.dineBtn.src="img/dinebtn_over.jpg"	
}
function dineSwitch2() {
	document.dineBtn.src="img/dinebtn.jpg"		
}

function batheSwitch() {
	document.batheBtn.src="img/bathebtn_over.jpg"	
}
function batheSwitch2() {
	document.batheBtn.src="img/bathebtn.jpg"		
}

function cookSwitch() {
	document.cookBtn.src="img/cookbtn_over.jpg"	
}
function cookSwitch2() {
	document.cookBtn.src="img/cookbtn.jpg"		
}

function workSwitch() {
	document.workBtn.src="img/workbtn_over.jpg"	
}
function workSwitch2() {
	document.workBtn.src="img/workbtn.jpg"		
}

function restSwitch() {
	document.restBtn.src="img/restbtn_over.jpg"	
}
function restSwitch2() {
	document.restBtn.src="img/restbtn.jpg"		
}

//menu button swaps

function aboutSwitch() {
	document.aboutBtn.src="img/aboutbtn_over.gif"
}
function aboutSwitch2() {
	document.aboutBtn.src="img/aboutbtn.gif"
}

function portfolioSwitch() {
	document.portfolioBtn.src="img/portfoliobtn_over.gif"
}
function portfolioSwitch2() {
	document.portfolioBtn.src="img/portfoliobtn.gif"
}

function contactSwitch() {
	document.contactBtn.src="img/contactbtn_over.gif"
}
function contactSwitch2() {
	document.contactBtn.src="img/contactbtn.gif"
}
