function pop_textimg(fid,x,y)
{
	msgWindow=window.open('popup_textimg.php?id='+fid,'fotoWin', 'toolbar=0,resizable=1,scrollbar=1,location=0,height='+(y+0)+',width='+(x+0));
	msgWindow.focus();
}

function pop_fulltextimg(fid,x,y)
{
	msgWindow=window.open('popup_fulltextimg.php?id='+fid,'fotoWin', 'toolbar=0,resizable=1,scrollbar=1,location=0,height='+(y+0)+',width='+(x+0));
	msgWindow.focus();
}


function unfocus()
{
	if (document.activeElement.tagName=="A")
	{
		window.focus();
	};
};

function menuscroll(pointnumber)
{
	var p, ptr
	for (i=1; i<20; i++)
	{
		p=document.getElementById('p'+i);
		ptr=document.getElementById('p'+i+'s');
		if (p)
		{	
			if (i != pointnumber)
			{
				p.className="";
				if (ptr) { ptr.style.display="none"; };
			}
			else
			{
				p.className="menuh1A";
				if (ptr) { ptr.style.display=""; };
			}
		}
	}
}

function menuscroll2(pointnumber, subpointnumber)
{
	var sp
	for (i=1; i<20; i++)
	{
		sp=document.getElementById('p'+pointnumber+'s'+i);
		if (sp)
		{	
			if (i != subpointnumber)
			{
				sp.className="";
			}
			else
			{
				sp.className="menuh2A";
			}
		}
	}
}
