function CatalogLinkClick( url )
{
	url = url.replace( 'xttp:', 'http:' );
	eval( 'location.hre' + 'f="' + url + '"' );	
}

