function MM_openBrWindow(theURL,winName,features) { //v2.0
  var win = window.open(theURL,winName,features);
  win.focus();
}

function MM_displayStatusMsg(msgStr) { //v1.0
  status=msgStr;
  document.MM_returnValue = true;
}

function openInOpener(link){
    self.opener.location = link;
        
}

function checkResponsabilita(f,m){
	if(f.elements['Responsabilita'].checked){
	    return true;
	}
	alert(m);
	return false;
}//checkResponsabilita

/* apre l'help */
function helpAreaRiservata(help,curLang) {
	var helpFeatures = 'scrollbars=yes,width=650,height=500,resize=no,status=yes,top=0,left=50';
	var helpPath = '/'+curLang+'/help.php#'+help;
	var winName = 'Help';
	MM_openBrWindow(helpPath,winName,helpFeatures); 
	return false;
} // helpAreaRiservata

