	function setInactive(thisObj){
//		if (thisObj.className=='catalog-item catalog-item-selected') {thisObj.className='catalog-item';}
	}
	function setActive2(thisObj){
//		if (thisObj.className=='catalog-item') {thisObj.className='catalog-item catalog-item-selected';}
	}
	function goToMap(str){
		if (window.isAjax) {iGeoAppCache.app[0].searchRequest(str); iGeoAppCache.app[0].closeDir();return false;}
		else location.href="?call=iGeo.generateInitFrontPage(req,appid)&appid=0&req="+str;
		return false;
	}
	function goToDir(id){
		if (window.isAjax) {iGeoAppCache.app[0].showDir(id); return false;}
		return true;
	}
	function closeDir(){
		if (window.isAjax) {iGeoAppCache.app[0].closeDir();return false;}
		return true;
	}