// beginning of menu javascript - PHP Layers Menu 3.2beta (C) 2001-2004 Marco Pratesi - http://www.marcopratesi.it/ -->

menuTopShift = 6;
menuRightShift = 7;
menuLeftShift = 2;

var thresholdY = 5;
var abscissaStep = 140;

toBeHidden = new Array();
toBeHiddenLeft = new Array();
toBeHiddenTop = new Array();

listl = ['L1','L2','L3','L25','L37','L41','L42','L53','L56','L57','L58','L79','L92','L93','L97','L99','L111','L112'];
var numl = listl.length;

father = new Array();
for (i=1; i<=112; i++) {
	father['L' + i] = '';
}
father_keys = ['L2','L3','L4','L5','L6','L7','L8','L9','L10','L11','L12','L13','L14','L15','L16','L17','L18','L19','L20','L21','L22','L23','L24','L25','L26','L27','L28','L29','L30','L31','L32','L33','L34','L35','L36','L37','L38','L39','L40','L42','L43','L44','L45','L46','L47','L48','L49','L50','L51','L52','L53','L54','L55','L57','L58','L59','L60','L61','L62','L63','L64','L65','L66','L67','L68','L69','L70','L71','L72','L73','L74','L75','L76','L77','L78','L79','L80','L81','L82','L83','L84','L85','L86','L87','L88','L89','L90','L91','L94','L95','L96','L98','L99','L100','L101','L102','L103','L104','L105','L106','L107','L108','L109','L110'];
father_vals = ['L1','L2','L3','L3','L3','L3','L3','L3','L3','L3','L3','L3','L3','L3','L3','L3','L3','L3','L3','L3','L3','L3','L3','L2','L25','L25','L25','L25','L25','L25','L2','L1','L1','L1','L1','L1','L37','L37','L1','L41','L42','L42','L42','L42','L42','L42','L42','L41','L41','L41','L41','L53','L41','L56','L57','L58','L58','L58','L58','L58','L58','L58','L58','L58','L58','L58','L58','L58','L58','L58','L58','L58','L58','L58','L58','L57','L79','L79','L79','L79','L79','L79','L57','L56','L56','L56','L56','L56','L93','L93','L93','L97','L97','L99','L99','L99','L99','L99','L99','L99','L97','L97','L97','L97'];
for (i=0; i<father_keys.length; i++) {
	father[father_keys[i]] = father_vals[i];
}

lwidth = new Array();
var lwidthDetected = 0;

function moveLayers()
{
	if (!lwidthDetected) {
		for (i=0; i<numl; i++) {
			lwidth[listl[i]] = getOffsetWidth(listl[i]);
		}
		lwidthDetected = 1;
	}
	if (IE4) {
		for (i=0; i<numl; i++) {
			setWidth(listl[i], abscissaStep);
		}
	}
	
	var hormenuTOP = getOffsetTop('hormenuL1');
	var hormenuHEIGHT = getOffsetHeight('hormenuL1');
	
	
	setTop('L1', hormenuTOP + hormenuHEIGHT);
	moveLayerX1('L1', 'hormenu');
	
	setTop('L41', hormenuTOP + hormenuHEIGHT);
	moveLayerX1('L41', 'hormenu');
	
	setTop('L56', hormenuTOP + hormenuHEIGHT);
	moveLayerX1('L56', 'hormenu');
	
	setTop('L92', hormenuTOP + hormenuHEIGHT);
	moveLayerX1('L92', 'hormenu');
	
	setTop('L93', hormenuTOP + hormenuHEIGHT);
	moveLayerX1('L93', 'hormenu');
	
	setTop('L97', hormenuTOP + hormenuHEIGHT);
	moveLayerX1('L97', 'hormenu');
	
	setTop('L111', hormenuTOP + hormenuHEIGHT);
	moveLayerX1('L111', 'hormenu');
	
	setTop('L112', hormenuTOP + hormenuHEIGHT);
	moveLayerX1('L112', 'hormenu');
	
}

back = new Array();
for (i=1; i<=112; i++) {
	back['L' + i] = 0;
}

// -->

// end of menu javascript - PHP Layers Menu 3.2beta (C) 2001-2004 Marco Pratesi - http://www.marcopratesi.it/ -->
