var JS = document.images;var state_on = null;function tabOff(x) { 	document.images['tabs'].src = eval(x+'Off.src')}function tabOver(x) { 	document.images['tabs'].src = eval(x+'Over.src')}function iOff(x) { 		document.images[x].src = eval(x+'Off.src')}function iOver(x) { 		document.images[x].src = eval(x+'Over.src')}function inputOff(x) { 	if(document.getElementById) { 		document.getElementById(x).src = eval(x+'Off.src')	}}function inputOver(x) { 	if(document.getElementById) { 		document.getElementById(x).src = eval(x+'Over.src')	}}function animateHeader() { 	document.images['mast_header'].src = mast_header.src}function animatePhrase() { 	document.images['phrase'].src = phrase.src}   /* Delete one of these once they decide */      function animatePhraseBrwn() { 	document.images['phrase'].src = phrase_brwn.src}function animateSheen() { 	turnOnSheen();	setTimeout('turnOffSheen()', 1400);}function turnOnSheen() { 	if(document.getElementById) { 		document.getElementById('bg').style.background = 'url(images/splash_sheen.gif) top center no-repeat';	}}function turnOffSheen() { 	if(document.getElementById) { 		document.getElementById('bg').style.background = 'url(images/splash_bg.jpg) top center no-repeat';	}}
