function showCatalog(){
	msgWindow=window.open('' ,'subwindow','toolbar=yes,location=yes,directories=yes,status=yes,scrollbars=yes,menubar=yes,resizable=yes,left=0,top=0');
	msgWindow.focus();
	msgWindow.location.href = "http://www.cat-mm-mosaic.com";
}