<!-- START HIDING FROM OLD BROWSERS

if (document.images)
{
	searchoff = new Image();
	searchoff.src = "/eSolution_config/user_images/button_07.gif";
	searchon = new Image();
	searchon.src = "/eSolution_config/user_images/button-h_07.gif";
}

function imageSwitch(imageName)
{
	if (document.images)
	{
		document.images[imageName].src = eval (imageName+"on").src;
	}
}

function imageUnSwitch(imageName)
{
	if (document.images)
	{
		document.images[imageName].src = eval (imageName+"off").src;
	}
}

-->
