//****************************************************
//  JApplicationStrLibrary.js
//****************************************************
//****************************************************

var STR_Attenzione 	= "Attenzione";
var STR_Errore 		= "Errore";

var STR_CampoObbligatorio = "Il campo ? e' obbligatorio.";
var STR_ValoreNonValido = "Il campo ? non contiene un valore valido.";

// GESTIONE POPUP
var POPUP_appearance = "resizable=yes, scrollbar=yes, status=yes";
var POPUP_width = 760;
var POPUP_height = 550;