var PU, T, i;
function ShowPU(NumPU)
	{
	HideAllPU();
	T=document.getElementById('Theme'+NumPU);
	if(T)
		with (T.style)
		{ 
		backgroundColor='#BAB3D6';
		font='bold 16px Arial, Verdana, sans-serif';
		color='#28166F';
		border='solid 1px #F5C491';
		borderLeft='solid 5px #6250A9';
		display='block';
		height='21px';
		}
	PU=document.getElementById('Pop'+NumPU);
	if(PU)
		PU.style.display='block';
	}
function HideAllPU()
	{
	for (i=1; i<10; i++)
		{
		PU=document.getElementById('Pop'+i);
		if(PU)
			PU.style.display='none';
		}
	for (i=1; i<10; i++)
		{
		T=document.getElementById('Theme'+i);
		if(T)
			 with (T.style)
			 { 
			 backgroundColor='#28166F';
			 font='bold 16px Arial, Verdana, sans-serif';
			 color='#D3E1E7';
			  border='solid 1px #28166F';
			  display='block';
			  height='21px';
			 }
		}	 
	}
function SearchCl()
	{
	if (search.value=="Найти...") search.value="";
	}



function pop(fid,x,y,t)
{
	if(t==1)
		msgWindow=window.open('/fotopopup.php?fid='+fid,'fotoWin', 'toolbar=0,resizable=1,scrollbar=1,location=0,height='+(y+60)+',width='+(x+30));
	if(t==2)
		msgWindow=window.open('/gallpopup.php?fid='+fid,'fotoWin', 'toolbar=0,resizable=1,scrollbar=1,location=0,height='+(y+50)+',width='+(x+30));
	msgWindow.focus;
}
function prop(key)
{
	msg2Window=window.open('/printme.php?key='+key,'printWin', 'toolbar=0,resizable=1,scrollbars=1,scrollbar=1,location=0,height=600,width=600');
	msg2Window.focus;
}
