function p(adresa,ttl) {
	windowW=780;
	windowH=500;
	windowX = screen.width/2-windowW/2;
	windowY = screen.height/2-windowH/2;
	var EB = window.open(base_href+'zoom.html?pic='+adresa+'&ttl='+ttl,"lp","width="+windowW+", height="+windowH+", fullscreen=0,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=auto,resizable=1",true);
	EB.focus()
}
function trimite_pr(url) {
	scr=window.open(base_href+'trimite.html?url='+url,'trimite','width=500, height=400, resizable=1');
	scr.moveTo(screen.width/2-250,screen.height/2-275);
	scr.focus();
}
function cauta () {
	if ((document.fsch.q.value!="cauta") && (document.fsch.q.value!="")) document.fsch.submit();
}

function popup(adr) {
	scr=window.open(base_href+adr,'','width=500,height=400,status=no,toolbar=no,menubar=no,resizable=yes,scrollbars=yes');
	scr.moveTo(screen.width/2-250,screen.height/2-275);
	scr.focus();
}