function changestyle(src,value) {
	if (value==1) {
		if ((navigator.appName.substring(0,9)=="Microsoft") && (parseInt(navigator.appVersion)>=3)) {
			src.style.textDecoration="underline"
		}
	} else {
		if ((navigator.appName.substring(0,9)=="Microsoft") && (parseInt(navigator.appVersion)>=3)) {
			src.style.textDecoration="none"
		}
	}
	return true;
}
function MM_openBrWindow(theURL,winName,features) {
  // esempio di chiamata:
  // onclick="MM_openBrWindow('file.html','nome_win','width=400,height=400')"
  newwin=window.open(theURL,winName,features);
  newwin.focus();
}
function MM_displayStatusMsg(msgStr) { //v1.0
	// esempio di chiamata:
	//  onMouseOver="MM_displayStatusMsg('MESSAGGIO');return document.MM_returnValue"
  status=msgStr;
  document.MM_returnValue = true;
}
function nulla() {
}
