function FotoOpen(sFotoPath, title)
{
	
	newWindow = window.open("inc/fotoopen.php?p="+sFotoPath+"&title="+title, (10000000000000000000*Math.random()), "scrollbars=yes");
	newWindow.focus();

 }
 
function check(form)
{ 
   	obj = document.getElementById("srctext");
	if (obj.value=="")  {alert ("Задайте строку поиска!"); return false;}
    return true;
}
