function Dettaglio(sCodiceDomanda) {
	window.open("Dettaglio.asp?c="+sCodiceDomanda,
				"DettaglioPratica",
				"width=790,height=480,top=0,left=0,scrollbars=1,status=1,menubar=0,toolbar=0",
				true);
}

function Archivio(bArchivio) {
	document.frmMenu.method="POST";
	if (bArchivio == "")
		document.frmMenu.action = "ElencoImpresa.asp?a=y";
	else
		document.frmMenu.action = "ElencoImpresa.asp";
	document.frmMenu.submit();
}

function CambiaPwd() {
	var sCodiceImpresa = document.frmMenu.hidCampo.value;
	window.open("CambioPwd.asp?c="+sCodiceImpresa,
				"CambiaPassword",
				"width=500,height=250,top=0,left=150,resizable=0,scrollbars=1,menubar=0,toolbar=0,status=1",
				true);	
}