var thresholdY = 20;
var abscissa_step = 140;

listl = new Array();
listl[1] = "L2";
listl[2] = "L3";
listl[3] = "L7";
listl[4] = "L9";
listl[5] = "L11";
listl[6] = "L23";
listl[7] = "L40";
listl[8] = "L44";
listl[9] = "L52";
listl[10] = "L67";


var numl = 10;

father = new Array();
for (i=1; i<=111; i++) {
	father["L" + i] = "";
}
father['L3'] = "L2";
father['L65'] = "L2";
father['L76'] = "L2";
father['L4'] = "L3";
father['L5'] = "L3";
father['L14'] = "L3";
father['L15'] = "L3";
father['L16'] = "L3";
father['L7'] = "L2";
father['L8'] = "L7";
father['L9'] = "L7";
father['L6'] = "L7";
father['L66'] = "L7";
father['L11'] = "L9";
father['L77'] = "L9";
father['L12'] = "L11";
father['L13'] = "L11";
father['L19'] = "L7";
father['L22'] = "L7";
father['L21'] = "L23";
father['L24'] = "L23";
father['L25'] = "L23";
father['L25'] = "L23";
father['L27'] = "L23";
father['L28'] = "L23";
father['L29'] = "L23";
father['L30'] = "L23";
father['L31'] = "L23";
father['L32'] = "L23";
father['L33'] = "L23";
father['L41'] = "L40";
father['L42'] = "L40";
father['L43'] = "L40";
father['L62'] = "L40";
father['L63'] = "L40";
father['L64'] = "L40";
father['L71'] = "L40";
father['L72'] = "L40";
father['L73'] = "L40";
father['L74'] = "L40";
father['L45'] = "L44";
father['L46'] = "L44";
father['L47'] = "L44";
father['L48'] = "L44";
father['L75'] = "L44";
father['L80'] = "L44";
father['L81'] = "L44";
father['L82'] = "L44";
father['L83'] = "L44";
father['L84'] = "L44";
father['L85'] = "L44";
father['L53'] = "L52";
father['L55'] = "L52";
father['L56'] = "L52";
father['L57'] = "L52";
father['L58'] = "L52";
father['L59'] = "L52";
father['L60'] = "L52";
father['L61'] = "L52";
father['L68'] = "L67";
father['L69'] = "L67";
father['L70'] = "L67";

lwidth = new Array();
var lwidthdetected = 0;

function moveLayers() {
	if (!lwidthdetected) {
		for (i=1; i<=numl; i++) {
			lwidth[listl[i]] = getoffsetwidth(listl[i]);
		}
		lwidthdetected = 1;
	}
	var hormenu1TOP = getoffsettop('hormenu1L1');
	var hormenu1HEIGHT = getoffsetheight('hormenu1L1');
	setleft('L2', getoffsetleft('hormenu1L2'));
	settop('L2', hormenu1TOP + hormenu1HEIGHT);
	if (IE4) setwidth('L2',140);
	if (IE4) setwidth('L3',140);
	if (IE4) setwidth('L9',140);
	if (IE4) setwidth('L11',140);
	setleft('L23', getoffsetleft('hormenu1L23'));
	settop('L23', hormenu1TOP + hormenu1HEIGHT);
	if (IE4) setwidth('L23',140);
	setleft('L40', getoffsetleft('hormenu1L40'));
	settop('L40', hormenu1TOP + hormenu1HEIGHT);
	if (IE4) setwidth('L40',140);
	setleft('L44', getoffsetleft('hormenu1L44'));
	settop('L44', hormenu1TOP + hormenu1HEIGHT);
	if (IE4) setwidth('L44',140);
	setleft('L52', getoffsetleft('hormenu1L52'));
	settop('L52', hormenu1TOP + hormenu1HEIGHT);
	if (IE4) setwidth('L52',140);
	setleft('L67', getoffsetleft('hormenu1L67'));
	settop('L67', hormenu1TOP + hormenu1HEIGHT);
	if (IE4) setwidth('L67',140);
}
back = new Array();
for (i=1; i<=111; i++) {
	back["L" + i] = 0;
}