<!--//
	S4Out = new Image(400,300);
	S4Over = new Image(400,300);
	pth = "/images/mvd/frontPage/";
	S4Out.src = pth + "s4Out.jpg";
	S4Over.src = pth + "s4Over.jpg";


	function s4SwapImage(whichOne) {
	thisOne = whichOne;
	if(thisOne==1) {
	document.images.s4.src = S4Over.src;
	}
	else {
	document.images.s4.src = S4Out.src;
	}
}

//-->
