/* ****************************
** *** PARAMETRAGE DE VARIABLES
*/

var imax = 1; //nb de scrolls


var upH1 = 1; // Height of up-arrow
var upW1 = 10; // Width of up-arrow
var downH1 = 1; // Height of down-arrow
var downW1 = 10; // Width of down-arrow
var dragH1 = 40; // Height of scrollbar
var dragW1 = 10; // Width of scrollbar
var scrollH1 = 384; // Height of scrollbar
var speed1 = 4; // Scroll speed
var contHeight1 = 384; // Hauteur de la zone  scroller

function Calages(){
	Hide(1);

	initCalages();
}

function initCalages(){
	/**********************************
	***********************************
	SYSTEME DE PARAMETRAGE de Reget() :
	-----------------------------------
	*/
	var initcalques = new Array();
	initcalques[0] = new Reget(1,-0,-1,-705,-1,-705,-1,-705,0,-705,-385);
}
function resetCalages(){
	/**********************************
	***********************************
	SYSTEME DE PARAMETRAGE de Reset() :
	-----------------------------------
	Mmes paramtres que Reget(), copier les param de fonction de chaque ligne de initicalques
	pour resetcalques.
	*/
	var resetcalques = new Array();
	resetcalques[0] = new Reset(1,-0,-1,-705,-1,-705,-1,-705,0,-705,-385);
}