function openMap(place, id)
{
	if (place == undefined) {
		place = 5;
	}
	if (id == undefined) {
		id = 0;
	}	
	window.open('/map.php?place=' + place + '&id=' + id,'','menubar=no,scrollbars=no,status=no,resizable=no,width=550,height=580');
}
	$(document).ready(function(){
		$("a[rel^='prettyPhoto']").prettyPhoto();
	});
