function Show_Gallery(gal_id,foto_id) {
    window.open('/gallery.php?num='+foto_id+'&g='+gal_id,'pop',"width=655,height=525,resizable=1,scrollbars=1,toolbar=0, top=100, left=200");
}

function URLExtract(wholeurl) {
   x = wholeurl.length;
   while((wholeurl.substring(x,x-1)) != "."){ x--; } clipend = x;
   while((wholeurl.substring(x,x-1)) != "/"){ x--; } clipstart = x;
   return wholeurl.substring(clipend-1,clipstart);
}

function map_icon(a,b) {
	ikona = document.getElementById('map_icon_img');
	if (ikona) {
		ikona.src= 'img/pin3.gif';
		ikona.style.top=a-20;
		ikona.style.left=b-12;
	}
}
