<!--

function openPopUp(pag){
	openPopUp(pag,"Scheda");
}

function openPopUp(url,name) {
        openPopUp(url,name,400,560)
}

function openPopUp(url,name,w,h) {
	fin=window.open(url,name,"height="+h+",width="+w+",toolbar=0,location=0,directories=0,status=0,menuBar=0,scrollBars=3,resizable=0");
	y=10; x=10;
	//x=screen.width-380;
	//fin.moveTo(x,y);
	fin.focus();
}

function openAzienda(azienda,categoria,sottocategoria) {
	wi=opener;
	while (wi.name>0) wi=opener.opener;
	wi.location.href="azienda.jsp?idazienda="+azienda+"&idfiliera="+categoria+"&idcategoria="+sottocategoria;
	wi.focus();
}

function openListaAziende(idscheda,categoria,sottocategoria) {
	wi=opener;
	while (wi.name>0) wi=opener.opener;
	wi.location.href="filiera.jsp?body=aziende_correlate.jsp?idscheda="+idscheda+"&idfiliera="+categoria+"&idcategoria="+sottocategoria;
	wi.focus();
}

// -->
