function menuover(menuid) {
	document[menuid].src= "http://www.beckemartin.com/bm/wp-content/themes/bm2/images/" + menuid + "_over.gif"
}

function menuout(menuid) {
	document[menuid].src= "http://www.beckemartin.com/bm/wp-content/themes/bm2/images/" + menuid + ".gif"
}

