function apriPopUP(file, width, height) {
		window.open(file,'popup','toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,copyhistory=no,width=' + width + ',height=' + height );
}

function tmt_confirm(msg){
	document.MM_returnValue=(confirm(unescape(msg)));
}

function ec_appariScompari(IdBox){
	var Box = document.getElementById(IdBox) ;
	if ( Box.style.display == 'block'){
		Box.style.display = 'none';
	}
	else{
		Box.style.display = 'block';
	}
}
