// JavaScript Document
function vhod(id)
{
	document.getElementById("lampa"+id+"act").style.visibility="visible";
}
function vhod2(id)
{
	document.getElementById("lampa"+id+"act").style.visibility="hidden";
}

function views(url,name)
{
	foto=window.open('/images/view.php?foto='+url+'&name='+name,'foto','width=300,height=300');
	foto.focus();
}
