<!--
if (document.images) {
	buthomOver 	= new Image;
	buthomOver.src	= "https://www.rez-platform.com/clients/hotel/uk/england/london/boston-court-hotel/hotelSpecImgs/home_a.gif";
	buthomOff 	= new Image;
	buthomOff.src	= "https://www.rez-platform.com/clients/hotel/uk/england/london/boston-court-hotel/hotelSpecImgs/home.gif";

	butromOver 	= new Image;
	butromOver.src	= "https://www.rez-platform.com/clients/hotel/uk/england/london/boston-court-hotel/hotelSpecImgs/ourrooms_a.gif";
	butromOff 	= new Image;
	butromOff.src	= "https://www.rez-platform.com/clients/hotel/uk/england/london/boston-court-hotel/hotelSpecImgs/ourrooms.gif";


	butwhrOver 	= new Image;
	butwhrOver.src	= "https://www.rez-platform.com/clients/hotel/uk/england/london/boston-court-hotel/hotelSpecImgs/where_a.gif";
	butwhrOff 	= new Image;
	butwhrOff.src	= "https://www.rez-platform.com/clients/hotel/uk/england/london/boston-court-hotel/hotelSpecImgs/where.gif";

	butfebOver 	= new Image;
	butfebOver.src	= "https://www.rez-platform.com/clients/hotel/uk/england/london/boston-court-hotel/hotelSpecImgs/feedback_a.gif";
	butfebOff 	= new Image;
	butfebOff.src	= "https://www.rez-platform.com/clients/hotel/uk/england/london/boston-court-hotel/hotelSpecImgs/feedback.gif";

	butsitOver 	= new Image;
	butsitOver.src	= "https://www.rez-platform.com/clients/hotel/uk/england/london/boston-court-hotel/hotelSpecImgs/sights_a.gif";
	butsitOff 	= new Image;
	butsitOff.src	= "https://www.rez-platform.com/clients/hotel/uk/england/london/boston-court-hotel/hotelSpecImgs/sights.gif";

   	butactOver 	= new Image;
	butactOver.src	= "https://www.rez-platform.com/clients/hotel/uk/england/london/boston-court-hotel/hotelSpecImgs/activities_a.gif";
	butactOff 	= new Image;
	butactOff.src	= "https://www.rez-platform.com/clients/hotel/uk/england/london/boston-court-hotel/hotelSpecImgs/activities.gif";


}

function butOver(imgName) {
	if (document.images) {
		document[imgName].src = eval('but' + imgName + 'Over.src');
	}
}

function butOff(imgName) {
	if (document.images) {
		document[imgName].src = eval('but' + imgName + 'Off.src');
	}
}
//-->
