
function InitializeMenus(oMenuIn, cName){
	//Men? Objekt erstellen
	oMenuIn=new makeCM(cName)
	oMenuIn.frames = 0
	
	//Men? Eigenschaften
	oMenuIn.pxBetween=1
	oMenuIn.fromLeft=-1
	oMenuIn.fromTop=76
	oMenuIn.rows=1
	oMenuIn.menuPlacement=0
	oMenuIn.offlineRoot="file:///C|/pb/api/"
	oMenuIn.onlineRoot="/es/"
	oMenuIn.resizeCheck=0
	oMenuIn.wait=700
	oMenuIn.fillImg="/images/cm_leer.gif"
	oMenuIn.zIndex=1000;
	
	//Hintergrund Hauptnavigation
	oMenuIn.useBar=0
	oMenuIn.barWidth="100%"
	oMenuIn.barHeight="menu"
	oMenuIn.barClass="clBar"
	oMenuIn.barX=0
	oMenuIn.barY=0
	oMenuIn.barBorderX=0
	oMenuIn.barBorderY=0
	oMenuIn.barBorderClass=""
	
	//Hauptmen?
	oMenuIn.level[0]=new cm_makeLevel()
	oMenuIn.level[0].width=117
	oMenuIn.level[0].height=26
	oMenuIn.level[0].regClass="clLevel0"
	oMenuIn.level[0].overClass="clLevel0over"
	oMenuIn.level[0].borderClass="clLevel0border"
	oMenuIn.level[0].borderX=0
	oMenuIn.level[0].borderY=0
	oMenuIn.level[0].offsetX=0
	oMenuIn.level[0].offsetY=0
	oMenuIn.level[0].rows=0
	oMenuIn.level[0].arrow=0
	oMenuIn.level[0].arrowWidth=0
	oMenuIn.level[0].arrowHeight=0
	oMenuIn.level[0].align="bottom"
	
	//Untermen? Ebene 1
	oMenuIn.level[1]=new cm_makeLevel()
	oMenuIn.level[1].width=oMenuIn.level[0].width-2
	//oMenuIn.level[1].width=oMenuIn.level[0].width
	oMenuIn.level[1].height=22
	oMenuIn.level[1].regClass="clLevel1"
	oMenuIn.level[1].overClass="clLevel1over"
	oMenuIn.level[1].borderClass="clLevel1border"
	oMenuIn.level[1].borderX=1
	oMenuIn.level[1].borderY=1
	oMenuIn.level[1].offsetX=-1
	oMenuIn.level[1].offsetY=-1
	oMenuIn.level[1].align="right"
	
	//Untermen? Ebene 2
	oMenuIn.level[2]=new cm_makeLevel()
	oMenuIn.level[2].width=oMenuIn.level[1].width-2
	//oMenuIn.level[2].width=oMenuIn.level[1].width
	oMenuIn.level[2].height=22
	oMenuIn.level[2].regClass="clLevel2"
	oMenuIn.level[2].overClass="clLevel2over"
	oMenuIn.level[2].borderClass="clLevel2border"
	oMenuIn.level[2].borderX=1
	oMenuIn.level[2].borderY=1
	oMenuIn.level[2].offsetX=-1
	oMenuIn.level[2].offsetY=-1
	oMenuIn.level[2].align="right"
	
	//Untermen? Ebene 3
	oMenuIn.level[3]=new cm_makeLevel()
	oMenuIn.level[3].width=oMenuIn.level[2].width-2
	//oMenuIn.level[3].width=oMenuIn.level[2].width
	oMenuIn.level[3].height=22
	oMenuIn.level[3].regClass="clLevel3"
	oMenuIn.level[3].overClass="clLevel3over"
	oMenuIn.level[3].borderClass="clLevel3border"
	oMenuIn.level[3].borderX=1
	oMenuIn.level[3].borderY=1
	oMenuIn.level[3].offsetX=0
	oMenuIn.level[3].offsetY=0
	return(oMenuIn);
}


//-------------------------------------------------------------------------------------------------
// Beispiel Men?erstellung:
// oMenuIn.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout)
//
//-------------------------------------------------------------------------------------------------
// NAVIGATION AB HIER ?NDERN navigation.js

function CreateMenuEntries(oMenuIn, cName, cSection){

if (cSection + '' == 'all'){
	CreateMenuEntries(oMenuIn, cName, 0);
	CreateMenuEntries(oMenuIn, cName, 1);
	CreateMenuEntries(oMenuIn, cName, 2);
	CreateMenuEntries(oMenuIn, cName, 3);
	CreateMenuEntries(oMenuIn, cName, 4);
	CreateMenuEntries(oMenuIn, cName, 5);
	CreateMenuEntries(oMenuIn, cName, 6);
	CreateMenuEntries(oMenuIn, cName, 7);
	return(1);
}

switch (cSection * 1){
case 0:
	oMenuIn.makeMenu(cName + 'top0','','Home','index.htm','_self','118','26','','','','','center')
	break
case 1:
oMenuIn.makeMenu(cName + 'top1','','Sobre API','AboutUs/index.htm','_self','118','26','','','','','center')
	oMenuIn.makeMenu(cName + 'sub10',cName + 'top1','Antecedentes de la empresa','AboutUs/index.htm','','205')
	oMenuIn.makeMenu(cName + 'sub11',cName + 'top1','Certificaciones','AboutUs/CodeCertifications.htm','','205')
	oMenuIn.makeMenu(cName + 'sub12',cName + 'top1','Terminos y Condiciones de Ventas','GeneralInformation/TermsAndConditionsOfSale.htm','','205')
	oMenuIn.makeMenu(cName + 'sub13',cName + 'top1','Ropa de Logo de API','Apparel/index.htm','','205')
	break
case 2:
oMenuIn.makeMenu(cName + 'top2','','Mercados','Markets/index.htm','_self','118','26','','','','','center')
	oMenuIn.makeMenu(cName + 'sub20',cName + 'top2','Introduccion','Markets/index.htm','','200')
	oMenuIn.makeMenu(cName + 'sub21',cName + 'top2','Compresor','Markets/Compressor.htm','','200')
	oMenuIn.makeMenu(cName + 'sub23',cName + 'top2','Potencia de fluidos','Markets/FluidPower.htm','','200')
	oMenuIn.makeMenu(cName + 'sub24',cName + 'top2','Alimentos y Bebidas','Markets/FoodBeverage.htm','','200')
	oMenuIn.makeMenu(cName + 'sub25',cName + 'top2','Movil de vehiculos','Markets/MobileVehicle.htm','','200')
	oMenuIn.makeMenu(cName + 'sub26',cName + 'top2','Generacion de energia','Markets/PowerGeneration.htm','','200')
	oMenuIn.makeMenu(cName + 'sub27',cName + 'top2','Proceso y Quimica','Markets/ProcessChemical.htm','','200')
	oMenuIn.makeMenu(cName + 'sub28',cName + 'top2','Secador de aire refrigerante','Markets/RefrigerantAirDryer.htm','','200')
	break
/*
    oMenuIn.makeMenu(cName + 'sub20',cName + 'top2','Introduction','Applications/index.htm','','300')
	oMenuIn.makeMenu(cName + 'sub21',cName + 'top2','Process Water','Applications/ProcessCooling.htm','','300')
	oMenuIn.makeMenu(cName + 'sub22',cName + 'top2','Chemical Processing','Applications/ChemicalProcessing.htm','','300')
	oMenuIn.makeMenu(cName + 'sub23',cName + 'top2','Air & Gas Cooling','Applications/AirAndGas.htm','','300')
	oMenuIn.makeMenu(cName + 'sub24',cName + 'top2','Lube Oil Cooling','Applications/LubeOil.htm','','300')
	oMenuIn.makeMenu(cName + 'sub25',cName + 'top2','Food Processing','Applications/Sanitary.htm','','300')
	oMenuIn.makeMenu(cName + 'sub26',cName + 'top2','Refrigeration','Applications/Refrigeration.htm','','300')
	oMenuIn.makeMenu(cName + 'sub27',cName + 'top2','DCRA Heat Exchangers for Air Separation','Applications/AirSeparation-DCRA.htm','','300')
	oMenuIn.makeMenu(cName + 'sub28',cName + 'top2','Dual Circuit Aftercooler Heat Exchangers for Air Separation','Applications/AirSeparation-DualCircuitAftercooler.htm','','300', '45')
	oMenuIn.makeMenu(cName + 'sub29',cName + 'top2','Oxygen Coolers for Air Separation','Applications/AirSeparation-OxygenCoolers.htm','','300')
	oMenuIn.makeMenu(cName + 'sub210',cName + 'top2','Lube Oil Console Coolers','Applications/Compressor-LubeOilConsoleCoolers.htm','','300')
	oMenuIn.makeMenu(cName + 'sub211',cName + 'top2','Natural Gas Heaters','Applications/Compressor-NaturalGasHeaters.htm','','300')
	oMenuIn.makeMenu(cName + 'sub212',cName + 'top2','Basco Type 500 Coolers for Rotary Screw Compressors','Applications/Compressor-Type500RotaryScrewCompressors.htm','','300')
	oMenuIn.makeMenu(cName + 'sub213',cName + 'top2','Basco Type ES Intercoolers for Compressors','Applications/Compressor-TypeESIntercoolers.htm','','300')
	oMenuIn.makeMenu(cName + 'sub214',cName + 'top2','Gland Steam Condenser Package','Applications/Power-GlandSteamCondenserPackage.htm','','300')
*/	

// Beispielnavigation anfang
	//oMenuIn.makeMenu(cName + 'sub20',cName + 'top2','Beispiel 1-1','beispiel.php','','102')
		//oMenuIn.makeMenu(cName + 'sub200',cName + 'sub20','Beispiel 1-2','beispiel.php','','100')
			//oMenuIn.makeMenu(cName + 'sub2000',cName + 'sub200','Beispiel 1-3','beispiel.php','','100')
			//oMenuIn.makeMenu(cName + 'sub2001',cName + 'sub200','Beispiel 1-3','beispiel.php','','100')
	//oMenuIn.makeMenu(cName + 'sub21',cName + 'top2','Beispiel 2-1','beispiel.php','','102','','','','','','left')
		//oMenuIn.makeMenu(cName + 'sub210',cName + 'sub21','Beispiel 2-2','beispiel.php','','100','','','','','','left')
			//oMenuIn.makeMenu(cName + 'sub2100',cName + 'sub210','Beispiel 2-3','beispiel.php','','100')
// Beispielnavigation ende

case 3:
oMenuIn.makeMenu(cName + 'top3','','Productos','','_self','118','26','','','','','center')
	oMenuIn.makeMenu(cName + 'sub30',cName + 'top3','Tecnologia Enfriando Con Aire','Products/HeatExchangers/AirCooled/index.htm','','310')
		oMenuIn.makeMenu(cName + 'sub300',cName + 'sub30','Enfriadores de Barra y Placa Sellado de Aluminio de Airtech','Products/HeatExchangers/AirCooled/AirtechAluminumAirCooledHeatExchangers.htm','','330')
		oMenuIn.makeMenu(cName + 'sub301',cName + 'sub30','Radiadores','Products/HeatExchangers/AirCooled/AirtechRadiator.htm','','310')
		oMenuIn.makeMenu(cName + 'sub302',cName + 'sub30','PCR\'s','Products/HeatExchangers/AirCooled/AirtechPCRAluminumHeatExchangers.htm','','310')
		oMenuIn.makeMenu(cName + 'sub303',cName + 'sub30','Unidades de Aluminio Enfriando con Ventilador','Products/HeatExchangers/AirCooled/AirtechFanCooledAluminumHeatExchangers.htm','','310')


	oMenuIn.makeMenu(cName + 'sub31',cName + 'top3','Tecnologia De Casco Y Tubo','Products/HeatExchangers/ShellAndTube/index.htm','','310')
		oMenuIn.makeMenu(cName + 'sub310',cName + 'sub31','Tipo 500','Products/HeatExchangers/ShellAndTube/Type500.htm','','310')
		oMenuIn.makeMenu(cName + 'sub311',cName + 'sub31','HUB','Products/HeatExchangers/ShellAndTube/HubDesign.htm','','310')
		oMenuIn.makeMenu(cName + 'sub312',cName + 'sub31','Tubo-U','Products/HeatExchangers/ShellAndTube/UTube.htm','','310')
		oMenuIn.makeMenu(cName + 'sub313',cName + 'sub31','Tipo OP','Products/HeatExchangers/ShellAndTube/TypeOP.htm','','310')
		oMenuIn.makeMenu(cName + 'sub314',cName + 'sub31','Resfriador PLAC','Products/HeatExchangers/ShellAndTube/PLACShellAndTube.htm','','310')
		oMenuIn.makeMenu(cName + 'sub315',cName + 'sub31','Casco y Tubo Hechos a la Medida','Products/HeatExchangers/ShellAndTube/CustomShellAndTube.htm','','310')
		oMenuIn.makeMenu(cName + 'sub316',cName + 'sub31','De Placa y Aleta Tipo ES con Superficie Extendida','Products/HeatExchangers/ShellAndTube/TypeES.htm','','310')

	oMenuIn.makeMenu(cName + 'sub32',cName + 'top3','Tecnologia De Placas','Products/HeatExchangers/PlateHeatExchanger/index.htm','','310')
		oMenuIn.makeMenu(cName + 'sub320',cName + 'sub32','Intercambiador de Calor de Placa con Empaque','Products/HeatExchangers/PlateHeatExchanger/GasketedPHE.htm','','330')
		oMenuIn.makeMenu(cName + 'sub321',cName + 'sub32','Intercambiador de Calor de Placa Semi-Soldado','Products/HeatExchangers/PlateHeatExchanger/SemiWeldedPHE.htm','','330')
		oMenuIn.makeMenu(cName + 'sub322',cName + 'sub32','Intercambiador de Calor de Placa Soldados SIGMAWIG','Products/HeatExchangers/PlateHeatExchanger/WeldedPHE.htm','','330')
		oMenuIn.makeMenu(cName + 'sub323',cName + 'sub32','Intercambiador de Calor de Placa Sellado','Products/HeatExchangers/PlateHeatExchanger/BrazedPHE.htm','','330')
		oMenuIn.makeMenu(cName + 'sub324',cName + 'sub32','SIGMASHELL Doble de Calor de Placa Pared','Products/HeatExchangers/PlateHeatExchanger/TWINSHELL.html','','330')


	oMenuIn.makeMenu(cName + 'sub33',cName + 'top3','Sistemas Termicos','Products/HeatExchangers/ThermalSystems/index.htm','','310')
		oMenuIn.makeMenu(cName + 'sub330',cName + 'sub33','Sistemas de Placa de Evaporacion','Products/HeatExchangers/ThermalSystems/ThermalSystemsEvaporationSystems.htm','','235')
		oMenuIn.makeMenu(cName + 'sub331',cName + 'sub33','Plantas de Dealcoholizacion','Products/HeatExchangers/ThermalSystems/ThermalSystemsDealcoholizationSystems.htm','','235')
		oMenuIn.makeMenu(cName + 'sub332',cName + 'sub33','Pasteurizadores','Products/HeatExchangers/ThermalSystems/ThermalSystemsShortTimeHeater.htm','','235')
		oMenuIn.makeMenu(cName + 'sub333',cName + 'sub33','Sistemas de Desaireacion','Products/HeatExchangers/ThermalSystems/ThermalSystemsDeaerationSystems.htm','','235')
//		oMenuIn.makeMenu(cName + 'sub354',cName + 'sub33','Aroma Recovery Systems','#','','190')


	oMenuIn.makeMenu(cName + 'sub34',cName + 'top3','Productos Especiales','Products/Specialty/index.htm','','310')
		oMenuIn.makeMenu(cName + 'sub340',cName + 'sub34','Separadores de humedad','Products/Specialty/MoistureSeparators.htm','','250')
break

case 4:
oMenuIn.makeMenu(cName + 'top4','','Servicio y Piezas','Service/index.htm','_self','130','26','','','','','center')
	oMenuIn.makeMenu(cName + 'sub42',cName + 'top4','Airtech Aircooled','Service/Airtech.htm','','280')
	oMenuIn.makeMenu(cName + 'sub40',cName + 'top4','Basco Whitlock Shell y Tubo','Service/Basco.htm','','280')
	oMenuIn.makeMenu(cName + 'sub41',cName + 'top4','Schmidt intercambiador de calor de placas','Service/Schmidt.htm','','280')
	oMenuIn.makeMenu(cName + 'sub43',cName + 'top4','Schmidt Thermal Systems','Service/SchmidtThermal.htm','','280')
break
case 5:
oMenuIn.makeMenu(cName + 'top5','','Literatura','Literature/index.htm','_self','118','26','','','','','center')
	oMenuIn.makeMenu(cName + 'sub50',cName + 'top5','Grupo','Literature/Group.htm','','300')
    oMenuIn.makeMenu(cName + 'sub51',cName + 'top5','Refrigerado por aire Intercambiadores de Calor','Literature/AirCooled.htm','','300')
	oMenuIn.makeMenu(cName + 'sub52',cName + 'top5','Cubierta y tubo de Intercambiadores de Calor','Literature/ShellAndTube.htm','','300')
	oMenuIn.makeMenu(cName + 'sub53',cName + 'top5','Intercambiadores de calor de placas','Literature/PlateHeatExchangers.htm','','300')
	oMenuIn.makeMenu(cName + 'sub54',cName + 'top5','Sistemas termicos','Literature/ThermalSystems.htm','','300')
	oMenuIn.makeMenu(cName + 'sub55',cName + 'top5','Productos de Especialidad','Literature/Specialty.htm','','300')
//    oMenuIn.makeMenu(cName + 'sub56',cName + 'top5','Market Specific','#','','200')
break
case 6:
oMenuIn.makeMenu(cName + 'top6','','Carreras','Careers/index.htm','_self','118','26','','','','','center')
//	oMenuIn.makeMenu(cName + 'sub60',cName + 'top6','Introduction','#','','150')
	oMenuIn.makeMenu(cName + 'sub60',cName + 'top6','Abrir oportunidades','Careers/index.htm','','150')
	oMenuIn.makeMenu(cName + 'sub61',cName + 'top6','Beneficios','Careers/Benefits.htm','','150')
	//oMenuIn.makeMenu(cName + 'sub61',cName + 'top6','Skilled worker','jobs.php#facharbeiter','','150')
	//oMenuIn.makeMenu(cName + 'sub62',cName + 'top6','Apprentice','jobs.php#kfm','','150')
	//oMenuIn.makeMenu(cName + 'sub63',cName + 'top6','Apprentice','jobs.php#gew','','150')
	//oMenuIn.makeMenu(cName + 'sub64',cName + 'top6','Praktica etc.','jobs.php#praktika','','150')
break;
case 7:
oMenuIn.makeMenu(cName + 'top7','','Contactenos','ContactUs/index.htm','_self','118','26','','','','','center')
	oMenuIn.makeMenu(cName + 'sub70',cName + 'top7','API Contactenos','ContactUs/index.htm','','180','','','','','','left')
//		oMenuIn.makeMenu(cName + 'sub700',cName + 'sub70','Corporate','#','','210','','','','','','left')
//		oMenuIn.makeMenu(cName + 'sub701',cName + 'sub70','API Airtech','#','','210','','','','','','left')
//		oMenuIn.makeMenu(cName + 'sub702',cName + 'sub70','API Basco','#','','210','','','','','','left')
//		oMenuIn.makeMenu(cName + 'sub703',cName + 'sub70','API Schmidt Bretten','#','','210','','','','','','left')
//	        oMenuIn.makeMenu(cName + 'sub7030',cName + 'sub703','API Schmidt Bretten Americas','#','','250','','','','','','left')
//			oMenuIn.makeMenu(cName + 'sub7031',cName + 'sub703','API Schmidt Bretten Germany','#','','250','','','','','','left')
//		oMenuIn.makeMenu(cName + 'sub704',cName + 'sub70','API Heat Transfer (Suzhou) Co Ltd','#','','210','','','','','','left')

	oMenuIn.makeMenu(cName + 'sub71',cName + 'top7','Representantes de Ventas','http://status.apiheattransfer.com/wwwSiteServices/RepLookup.asp','','180','','','','','','left')
	    oMenuIn.makeMenu(cName + 'sub710',cName + 'sub71','Encontrar a mi Representante','http://status.apiheattransfer.com/wwwSiteServices/RepLookup.asp','','150','40','','','','','left')
//	    oMenuIn.makeMenu(cName + 'sub711',cName + 'sub71','Canada','#','','150','','','','','','left')
//		oMenuIn.makeMenu(cName + 'sub712',cName + 'sub71','Mexico','#','','150','','','','','','left')
//		oMenuIn.makeMenu(cName + 'sub713',cName + 'sub71','Europe','#','','150','','','','','','left')
//		oMenuIn.makeMenu(cName + 'sub714',cName + 'sub71','Middle East','#','','150','','','','','','left')
//		oMenuIn.makeMenu(cName + 'sub715',cName + 'sub71','China','#','','150','','','','','','left')
//		oMenuIn.makeMenu(cName + 'sub716',cName + 'sub71','Asia Pacific','#','','150','','','','','','left')




		// Beispielnavigation anfang
	//oMenuIn.makeMenu(cName + 'sub20',cName + 'top2','Beispiel 1-1','beispiel.php','','102')
		//oMenuIn.makeMenu(cName + 'sub200',cName + 'sub20','Beispiel 1-2','beispiel.php','','100')
			//oMenuIn.makeMenu(cName + 'sub2000',cName + 'sub200','Beispiel 1-3','beispiel.php','','100')
			//oMenuIn.makeMenu(cName + 'sub2001',cName + 'sub200','Beispiel 1-3','beispiel.php','','100')
	//oMenuIn.makeMenu(cName + 'sub21',cName + 'top2','Beispiel 2-1','beispiel.php','','102','','','','','','left')
		//oMenuIn.makeMenu(cName + 'sub210',cName + 'sub21','Beispiel 2-2','beispiel.php','','100','','','','','','left')
			//oMenuIn.makeMenu(cName + 'sub2100',cName + 'sub210','Beispiel 2-3','beispiel.php','','100')
// Beispielnavigation ende
break;
default:
	return(0)
}
return(1);
}

// AB HIER NICHTS MEHR ?NDERN !!!!
//-------------------------------------------------------------------------------------------------

//Nichts ?ndern - Navigarion wird erstellt
var oCMenu;
oCMenu = InitializeMenus(oCMenu, 'oCMenu');
CreateMenuEntries(oCMenu, 'oCMenu', 'all');
oCMenu.construct();

//Extra Code f?r Positionsbestimmung
function findPos(num){
  //alert(num)
  if(bw.ns4){   //Netscape 4
    x = document.layers["layerMenu"+num].pageX
    y = document.layers["layerMenu"+num].pageY
  }else{ //andere browser
    x=0; y=0; var el,temp
    el = bw.ie4?document.all["divMenu"+num]:document.getElementById("divMenu"+num);
    if(el.offsetParent){
      temp = el
      while(temp.offsetParent){
        temp=temp.offsetParent;
        x+=temp.offsetLeft
        y+=temp.offsetTop;
      }
    }
    x+=el.offsetLeft
    y+=el.offsetTop
  }
  //Return x und y als array
  return [x,y]
}
function findPosEl(cName){
  //alert(num)
  if(bw.ns4){   //Netscape 4
    x = document.layers[cName].pageX;
    y = document.layers[cName].pageY;
  }else{ //andere browser
    x=0; y=0; var el,temp;
    el = bw.ie4?document.all[cName]:document.getElementById(cName);
    if(el.offsetParent){
      temp = el;
      while(temp.offsetParent){
        temp=temp.offsetParent;
        x+=temp.offsetLeft;
        y+=temp.offsetTop;
      }
    }
    x+=el.offsetLeft;
    y+=el.offsetTop;
  }
  //Return x und y als array
  return [x,y];	
}

function placeElements(){
  //Position aller top items ?ndern:
  pos = findPos(0);
  oCMenu.m["oCMenutop0"].b.moveIt(pos[0],pos[1]);
  pos = findPos(1);
  oCMenu.m["oCMenutop1"].b.moveIt(pos[0],pos[1]);
  pos = findPos(2);
  oCMenu.m["oCMenutop2"].b.moveIt(pos[0],pos[1]);
  pos = findPos(3);
  oCMenu.m["oCMenutop3"].b.moveIt(pos[0],pos[1]);
  pos = findPos(4);
  oCMenu.m["oCMenutop4"].b.moveIt(pos[0],pos[1]);
  pos = findPos(5);
  oCMenu.m["oCMenutop5"].b.moveIt(pos[0],pos[1]);
  pos = findPos(6);
  oCMenu.m["oCMenutop6"].b.moveIt(pos[0],pos[1]);
  pos = findPos(7);
  oCMenu.m["oCMenutop7"].b.moveIt(pos[0],pos[1]);
  //Setze den fromtop value
  oCMenu.fromTop = pos[1];
}

window.onload="placeElements(); ShowSubMenu();"
//Elemente nach resize platzieren
oCMenu.onafterresize="placeElements()"
