var thresholdY = 20; var abscissa_step = 100; listl = new Array(); listl[1] = "L2"; listl[2] = "L7"; listl[3] = "L13"; listl[4] = "L29"; listl[5] = "L32"; listl[6] = "L44"; listl[7] = "L45"; listl[8] = "L49"; listl[9] = "L55"; var numl = 9; father = new Array(); for (i=1; i<=59; i++) { father["L" + i] = ""; } father['L3'] = "L2"; father['L4'] = "L2"; father['L5'] = "L2"; father['L6'] = "L2"; father['L8'] = "L7"; father['L9'] = "L7"; father['L10'] = "L7"; father['L11'] = "L7"; father['L12'] = "L7"; father['L13'] = "L7"; father['L14'] = "L13"; father['L15'] = "L13"; father['L16'] = "L13"; father['L17'] = "L13"; father['L18'] = "L13"; father['L19'] = "L13"; father['L20'] = "L13"; father['L21'] = "L13"; father['L22'] = "L13"; father['L23'] = "L13"; father['L24'] = "L13"; father['L30'] = "L29"; father['L31'] = "L29"; father['L33'] = "L32"; father['L34'] = "L32"; father['L35'] = "L32"; father['L36'] = "L32"; father['L37'] = "L32"; father['L38'] = "L32"; father['L39'] = "L32"; father['L40'] = "L32"; father['L41'] = "L32"; father['L42'] = "L32"; father['L43'] = "L32"; father['L44'] = ""; father['L46'] = "L45"; father['L47'] = "L45"; father['L48'] = "L45"; father['L50'] = "L49"; father['L51'] = "L49"; father['L52'] = "L49"; father['L53'] = "L49"; father['L54'] = "L49"; father['L56'] = "L55"; father['L57'] = "L55"; 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 vermenuTOP = getoffsettop('vermenu'); var vermenuLEFT = getoffsetleft('vermenu'); var vermenuWIDTH = getoffsetwidth('vermenu'); setleft('L2', vermenuLEFT + vermenuWIDTH); if (IE4) setwidth('L2',100); setleft('L7', vermenuLEFT + vermenuWIDTH); if (IE4) setwidth('L7',100); if (IE4) setwidth('L13',100); setleft('L29', vermenuLEFT + vermenuWIDTH); if (IE4) setwidth('L29',100); var hormenuTOP = getoffsettop('hormenuL32'); var hormenuHEIGHT = getoffsetheight('hormenuL32'); setleft('L32', getoffsetleft('hormenuL32')); settop('L32', hormenuTOP + hormenuHEIGHT); if (IE4) setwidth('L32',100); if (IE4) setwidth('L44',100); setleft('L45', getoffsetleft('hormenuL45')); settop('L45', hormenuTOP + hormenuHEIGHT); if (IE4) setwidth('L45',100); setleft('L49', getoffsetleft('hormenuL49')); settop('L49', hormenuTOP + hormenuHEIGHT); if (IE4) setwidth('L49',100); setleft('L55', getoffsetleft('hormenuL55')); settop('L55', hormenuTOP + hormenuHEIGHT); if (IE4) setwidth('L55',100); } back = new Array(); for (i=1; i<=59; i++) { back["L" + i] = 0; }