<!-- Dummy comment to hide code from non-JavaScript browsers.

if (document.images) {
european_web_ho_B1_off = new Image(); european_web_ho_B1_off.src = "http://www.europeanhostingsolutions.com/european_web_ho_B1.gif"
european_web_ho_B1_over = new Image(); european_web_ho_B1_over.src = "http://www.europeanhostingsolutions.com/european_web_ho_B1_over.gif"
european_web_ho_B2_off = new Image(); european_web_ho_B2_off.src = "http://www.europeanhostingsolutions.com/european_web_ho_B2.gif"
european_web_ho_B2_over = new Image(); european_web_ho_B2_over.src = "http://www.europeanhostingsolutions.com/european_web_ho_B2_over.gif"
european_web_ho_B3_off = new Image(); european_web_ho_B3_off.src = "http://www.europeanhostingsolutions.com/european_web_ho_B3.gif"
european_web_ho_B3_over = new Image(); european_web_ho_B3_over.src = "http://www.europeanhostingsolutions.com/european_web_ho_B3_over.gif"
european_web_ho_B4_off = new Image(); european_web_ho_B4_off.src = "http://www.europeanhostingsolutions.com/european_web_ho_B4.gif"
european_web_ho_B4_over = new Image(); european_web_ho_B4_over.src = "http://www.europeanhostingsolutions.com/european_web_ho_B4_over.gif"
}

function turn_off(ImageName) {
	if (document.images != null) {
		document[ImageName].src = eval(ImageName + "_off.src");
	}
}

function turn_over(ImageName) {
	if (document.images != null) {
		document[ImageName].src = eval(ImageName + "_over.src");
	}
}

// End of dummy comment -->