// JavaScript Document
	function openCatalog(catalogStr)
	{
		document.getElementById(catalogStr).style.display="block";
	}