
function ShowPicture(src)
{		
	
	var window_width = 500;
	var window_height = 500;			
	var window_top = 50;
	var window_left = 50;	

	if(src=="")
		src=src2;
	if((src=="")||(src.indexOf("img/nic.gif")>0))
		return;
	
	var zrodlo="picture.php?src="+src;	
	//try
	{
		//var wynik=showModalDialog(zrodlo,null,"dialogWidth:"+window_width+"px;dialogHeight:"+window_height+"px;dialogTop:"+window_top+";dialogLeft:"+window_left+";edge: Raised; center: Yes; help: No; resizable: Yes; status: No;");
	}
	//catch(e)
	{
		var img=window.open(zrodlo,'','titlebar=no,scrollbars=auto,resizable=yes,status=no,width='+window_width+',height='+window_height+',top='+window_top+',left='+window_left);
		img.focus
	}


}


function Menu(page)
{
	menu(page)
}

function menu(page)
{
	//alert(page);
	window.location="index.php?page="+page;
}


function ChooseProperty(id)
{
	//alert(id);
	document.forma.filter_id_property.value=id;
	document.forma.action="index.php";
	document.forma.submit();
}


var tmpClass;
function ColorOver(obiekt)
{		
	tmpClass=obiekt.className;
	obiekt.className="row3";
}
function ColorOut(obiekt)
{
	obiekt.className=tmpClass;	
}

function Szukaj()
{
	document.forma.page.value="szukaj";
	document.forma.action="index.php";
	document.forma.submit();
}

	