function popCatalog(url) {
	window.open(url, "","resizable=1,HEIGHT=600,WIDTH=1024");
} 