function CercaGlobal() {
	//alert(document.getElementById("FormCerca").action);
	text_cerca=document.getElementById("FCerca").value;
	if (text_cerca!="") {
		document.getElementById("FormCerca").action="cerca.php?query="+text_cerca+"&search=1";
		return true;
	}
	return false;
}

function PopUp(url)	{
  finestra=window.open('../../popup.php?img='+url,'img_window','height=100,width=100,menubar=no,toolbar=no,location=no,scrollbars=yes');
  finestra.focus();
}


function PopUp2(url)	{
  finestra=window.open('../../popup2.php?img='+url,'img_window','height=100,width=100,menubar=no,toolbar=no,location=no,scrollbars=yes');
  finestra.focus();
}
