	function go (id) {
		
		 window.location="index.php?go="+id+"";
	}
	
	function popUP () {
    window.open('map.html',
                'Карта',
                'toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=yes,width=600,height=466');
	}

 