<!--

/* CATALOG */
function arrowMouseOver(imageId)
{
	document.getElementById(imageId).style.display = 'block';
}

function arrowMouseOut(imageId)
{
	document.getElementById(imageId).style.display = 'none';
}


-->
