function numbersonly(myfield,e,dec){var key;var keychar;if(window.event)key=window.event.keyCode;else if(e)key=e.which;else return true;keychar=String.fromCharCode(key);if((key==null)||(key==0)||(key==8)||(key==9)||(key==13)||(key==27))return true;else if((("0123456789").indexOf(keychar)>-1))return true;else if(dec&&(keychar==".")){myfield.form.elements[dec].focus();return false}else return false}function nospazi(myfield,e,nextfield){var key;var keychar;if(window.event)key=window.event.keyCode;else if(e)key=e.which;else return true;keychar=String.fromCharCode(key);if((key==null)||(key==0)||(key==8)||(key==9)||(key==27))return true;else if(key==13){nextfield.focus();return true}else if((key==32)||(key==34)||(key==63)||(key==92)||(key==47)||(key==42)||(key==43)||(key==58)||(key==60)||(key==62)){return false}else return true}function trim(stringa){while(stringa.substring(0,1)==' '){stringa=stringa.substring(1,stringa.length)}while(stringa.substring(stringa.length-1,stringa.length)==' '){stringa=stringa.substring(0,stringa.length-1)}return stringa}function cambiaVoceMenu(pagina){var myFrame=window.parent.document.getElementById("I2");myFrame.src=pagina}function cambiaVoceCentrale(pagina){var myFrame=window.parent.document.getElementById("I1");myFrame.src=pagina}function popup(msg,bak){var content="<table width=240 border=1 bordercolor=#800080 cellpadding=2 cellspacing=0 "+"bgcolor="+bak+"><td align=left><font color=black size=1 face=verdana>"+msg+"</font></td></table>";if(old){return}else{yyy=Yoffset;if(nav){skn.document.write(content);skn.document.close();skn.visibility="visible"}if(iex){document.all("dek").innerHTML=content;skn.visibility="visible"}}}function aprigrid(categ,sottocat,urlo,titolo){var myFrame=window.parent.document.getElementById("I1");myFrame.src=urlo+"?tipogrid="+categ+"&sottocat="+sottocat+"&titolo="+titolo}function textCounter(field,maxlimit){if(field.value.length>maxlimit)field.value=field.value.substring(0,maxlimit)}function apriInvioMes(idUser,mylingua,categ,titolo){document.location='../profile/profile.php?iduser='+idUser+'&categ='+categ+'&titolo='+titolo}function apriProfiloUtente(idUser,mylingua,categ,titolo){var myFrame=window.parent.document.getElementById("I1");myFrame.src='../profile/profile.php?iduser='+idUser+'&categ='+categ+'&titolo='+titolo}function apriPreferito(idUser,mylingua,categ,titolo,useridc,categc){window.parent.document.location.href='../profile/profile.php?iduser='+idUser+'&categ='+categ+'&titolo='+titolo+'&useridc='+useridc+'&categc='+categc}function tastiMenu(IDtabella,idCella){return false}