// beginning of menu header - PHP Layers Menu (C) 2001-2004 Marco Pratesi - http://www.marcopratesi.it/

menuTopShift = 6;
menuRightShift = 7;
menuLeftShift = 2;

var thresholdY = 1;
var abscissaStep = 140;

toBeHidden = new Array();
toBeHiddenLeft = new Array();
toBeHiddenTop = new Array();

listl = ['L1','L7','L9','L24','L27','L29'];
var numl = listl.length;

father = new Array();
for (i=1; i<=32; i++) {
	father['L' + i] = '';
}
father_keys = ['L2','L3','L4','L5','L6','L8','L9','L10','L11','L12','L13','L14','L15','L16','L17','L18','L19','L20','L21','L22','L23','L25','L26','L28','L30','L31','L32'];
father_vals = ['L1','L1','L1','L1','L1','L7','L7','L9','L9','L9','L9','L9','L9','L9','L9','L9','L9','L9','L9','L9','L9','L24','L24','L27','L29','L29','L29'];
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 hormenu1TOP = getOffsetTop('hormenu1L1');
	var hormenu1HEIGHT = getOffsetHeight('hormenu1L1');
	setTop('L1', hormenu1TOP + hormenu1HEIGHT);
	moveLayerX1('L1', 'hormenu1');
	setTop('L7', hormenu1TOP + hormenu1HEIGHT);
	moveLayerX1('L7', 'hormenu1');
	setTop('L24', hormenu1TOP + hormenu1HEIGHT);
	moveLayerX1('L24', 'hormenu1');
	setTop('L27', hormenu1TOP + hormenu1HEIGHT);
	moveLayerX1('L27', 'hormenu1');
	setTop('L29', hormenu1TOP + hormenu1HEIGHT);
	moveLayerX1('L29', 'hormenu1');

}

back = new Array();
for (i=1; i<=32; i++) {
	back['L' + i] = 0;
}

// end of menu header - PHP Layers Menu (C) 2001-2004 Marco Pratesi - http://www.marcopratesi.it/
