function _MENU(){
	this.ACCUEIL = "Accueil";
	this.PRESENTATION_SERVICES = "PresentationServices";
	this.FICHES_TECHNIQUES = "FichesTechniques";//
	this.CONTACTS = "Contacts";//
	
	
	this.VUE = "Vue";//
	this.ESPACE_TRAVAIL = "EspaceTravail";
	this.MON_COMPTE = "MonCompte";
	this.AFFICHAGE = "Affichage";
	this.BLOC_NOTES = "BlocNotes";
	this.RAPPORTS = "Rapports";
	this.GESTION_FENETRES = "Fenetres";
	
	this.ADMINISTRATION = "Administration";
	
	/* SOUS MENUS BLOCNOTE*/
	this.BN_COPIER_DANS = "CopierDansNoteBook";
	this.BN_AFFICHER = "AfficherNoteBook";
	this.BN_TELECHARGER = "TeleChargerNoteBook";
}
var MENU = new _MENU();

function _PARAMETER(){
	this.DOWNLOAD = "download=";
}
var PARAMETER = new _PARAMETER();

function _URL(){
	this.EXTERN = "Extern.aspx?";
}
var URL = new _URL();

var PARAMETER_X = "x=";
var PARAMETER_Y = "y=";


