si infatti con ie funge .. con firefox no ...

codice:
var finestra;

function MM_openBrWindow(theURL,winName,features) { //v2.0
  finestra=window.open(theURL,winName,features);
}

function crea_elementi(index,elemento)
{
	var obj = document.getElementById(elemento);
	obj.options.length=0;
	eval(ajax[index].response);
	
	if(elemento=='selmenuman')
		{
			obj.options.selectedIndex=((obj.options.length)-1);
			finestra.close();
		}

}