﻿	var current_id;
	function showmenu(id) {
		
		if (document.getElementById(id)) {
		divas = document.getElementById(id);
		divas.style.display = 'block';
		divas.style.top = "-3px";
		divas.style.left = "160px";	   
		}
		if (current_id && current_id!=id) hidemenu(current_id);
		current_id = id; 
	}

	function hidemenu(id) {
	if (id==0) id=current_id;	 
	if (document.getElementById(id)) {
	document.getElementById(id).style.display = 'none';
	}	   
	}	   
	
	function popOriginal(i,w,h) {
	var x, y = 0;
	if (screen) {
	x = (screen.availWidth - w) / 2;
	y = (screen.availHeight - h) / 2;
	}
	win = window.open("get.php?i."+i,'pop','width='+w+',height='+h+',top='+y+',left='+x+'scrolling=0,toolbar=0,status=0');
	var body = "<html><head><title>Langas</title></head><meta http-equiv=\"imagetoolbar\" content=\"no\"><body topmargin=0 leftmargin=0 marginwidth=0 marginheight=0>";
	body += "<img style=\"\" onclick=\"window.close();\" alt=\"\" src=\""+base_href+"get.php?i."+i+"\" alt=\"\"/>";
	body += "</body></html>";
	win.document.write(body);
	win.document.close();
	} 
	function pr() {  	alert('If you want to save a high quality photo, press the right button on the mouse and choose “Save target as” or “Save link as”.');	return false;}
