	if (document.images) {
			

			oneOff = new Image
			twoOff = new Image
			threeOff = new Image
			fourOff = new Image

			oneOn = new Image
			twoOn = new Image
			threeOn = new Image
			fourOn = new Image
			
			oneOff.src = "images/home_roll_winenew.jpg"
			twoOff.src = "images/home_roll_hallnew.jpg"
			threeOff.src = "images/home_roll_charitynew.jpg"
			fourOff.src = "images/home_roll_swansnew.jpg"
															
			oneOn.src = "images/home_roll_winenew_on.jpg"
			twoOn.src = "images/home_roll_hallnew_on.jpg"
			threeOn.src = "images/home_roll_charitynew_on.jpg"
			fourOn.src = "images/home_roll_swansnew_on.jpg"

							}
		
		
		function imgOver(onName) {
			if (document.images) {
				document[onName].src = eval(onName+"On.src")
			}
		}
		
		function imgOut(onName) {
			if (document.images) {
				document[onName].src = eval(onName+"Off.src")
			}
		}
		
		function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

