<!--
function showCatalogue()
{
	var win = window.open("../ecatalogue/main.html","catalog","width=1024,height=768");
	win.focus();
}
/-->
