﻿//----------------------------------------------------------------------		
//Parametre utilisateur

function ObjRBSCst () 
{
	this.sepdec = ",";
	this.dateformat = "dd/mm/yyyy";
	this.hourformat = "HH:MM:SS";
	this.datehourformat = "dd/mm/yyyy HH:MM:SS";
	this.language = "fr-FR";
	this.dragColor = "lightyellow";
}