

function openCatalogWin(URL, vWidth, vHeight) {
	window.open(URL,'CatalogWindow', 'width=' + vWidth + ',height=' + vHeight + ',toolbars=no');
}