
function vyhladaj(){
					document.getElementById('search_form').submit();

				}
function show_big(img,width,height,idn){
	//document.getElementById("big_pic").style.height=''+(height)+'px';
	document.getElementById("big_pic").innerHTML = "<a href=\"javascript:pshow('"+img+"','"+idn+"');\">	<img src=\"imagethumb.php?s="+img+"&amp;w="+width+"&amp;h="+height+"\" width=\""+width+"\" height=\""+height+"\"  alt=\"img\"></a>";
}
function pshow(img,idcko,w,h) {
	window.open("watermark.php?path="+img+"-"+idcko, 'TRUE' , "scrollbars=yes,resize=yes,status=yes,width="+(w+20)+",height="+(h+20)+"");
}



