var oM=new makeCM("oM")
oM.pxBetween=0
oM.fromTop=111
oM.fromLeft=24
oM.menuPlacement=0
oM.wait=1000
oM.fillImg=""
oM.zIndex=100 
oM.resizeCheck=1
// Hack für S-CMS: 14.06.2004, Alexander Bohndorf
if(location.href.indexOf('/scms/') != -1)
{
	baseUrl = location.search;
	baseUrl = baseUrl.substring(baseUrl.indexOf('page=')+5,baseUrl.length);
	if(baseUrl.lastIndexOf('&') != -1)
	{
		baseUrl = baseUrl.substring(0,baseUrl.lastIndexOf('&')-1);
	}
	if(baseUrl.lastIndexOf('/') != -1)
	{
		baseUrl = baseUrl.substring(0,baseUrl.lastIndexOf('/')+1);
	}
	oM.onlineRoot=baseUrl;
}
else
{
	oM.onlineRoot=""
}
oM.offlineRoot=""
oM.rows=0

oM.useBar=0
oM.barWidth="100%" 
oM.barHeight="menu"
oM.barX=0
oM.barY="menu"
oM.barClass="bar" 
oM.barBorderX=0
oM.barBorderY=0
oM.barBorderClass="menu"

oM.level[0]=new cm_makeLevel()
oM.level[0].width=120
oM.level[0].height=24
oM.level[0].regClass="menu" 
oM.level[0].overClass="menu"  
oM.level[0].borderX=0
oM.level[0].borderY=0
//oM.level[0].borderClass="clB2" 
oM.level[0].rows=0
oM.level[0].align="right"
oM.level[0].offsetX=0
oM.level[0].offsetY=0
oM.level[0].arrow=0
oM.level[0].arrowWidth=0
oM.level[0].arrowHeight=0

oM.level[1]=new cm_makeLevel()
oM.level[1].width=120
oM.level[1].height=24
oM.level[1].regClass="clS" 
oM.level[1].overClass="clSover"  
oM.level[1].borderX=1
oM.level[1].borderY=1
oM.level[1].borderClass="clB" 
oM.level[1].rows=0
oM.level[1].align="right"
oM.level[1].offsetX=0
oM.level[1].offsetY=-1
oM.level[1].arrow="/images/pfeil.gif"
oM.level[1].arrowWidth=10
oM.level[1].arrowHeight=10

oM.level[2]=new cm_makeLevel()
oM.level[2].width=170
oM.level[2].height=24
oM.level[2].regClass="clS" 
oM.level[2].overClass="clSover"  
oM.level[2].borderX=1
oM.level[2].borderY=1
oM.level[2].borderClass="clB" 
oM.level[2].rows=0
oM.level[2].align="right"
oM.level[2].offsetX=0
oM.level[2].offsetY=0
oM.level[2].arrow=0
oM.level[2].arrowWidth=0
oM.level[2].arrowHeight=0

//myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout)
oM.makeMenu('unternehmen','','Das Unternehmen','','',82,45,path + 'images/ACMOS_Navigation_03.gif',path + 'images/ACMOS_Navigation_over_03.gif');
	oM.makeMenu('profil','unternehmen','Corporate Info',path + 'profil.html');
	oM.makeMenu('partner','unternehmen','Partner',path + 'partner.html');
	oM.makeMenu('sponsoring','unternehmen','Sponsoring',path + 'sponsoring.html');
	oM.makeMenu('galerie','unternehmen','Gallery',path + 'galerie.html');
oM.makeMenu('produkte','','Das Unternehmen','','',82,48,path + 'images/ACMOS_Navigation_04.gif',path + 'images/ACMOS_Navigation_over_04.gif');
	oM.makeMenu('kunststoff','produkte','Plastic','');
		oM.makeMenu('auto','kunststoff','Automobile',path + 'auto.html');
		oM.makeMenu('schuh','kunststoff','Shoe',path + 'schuh.html');

		oM.makeMenu('fragebogen','kunststoff','Questionnaire',path + 'fragebogen.html');
	oM.makeMenu('gummi','produkte','Rubber',path + 'gummi.html');
	oM.makeMenu('kunstharz','produkte','Reactive Resins',path + 'kunstharz.html');
	oM.makeMenu('kunststoffsonstiges','produkte','Thermoplastics',path + 'kunststoff_sonstiges.html');		
	oM.makeMenu('holz','produkte','Wood','');
		oM.makeMenu('trennmittel','holz','Release agents',path + 'holz_trennmittel.html');
		oM.makeMenu('holz_gleitmittel','holz','Lubricants',path + 'holz_gleitmittel.html');
		oM.makeMenu('reinigungsmittel','holz','Cleaning agents',path + 'holz_reinigungsmittel.html');
		oM.makeMenu('sonderprodukte','holz','Special products',path + 'holz_sonderprodukte.html');
	oM.makeMenu('metall','produkte','Metal','');
		oM.makeMenu('kuehlschmiermittel','metall','Cooling lubricants',path + 'metall_kuehlschmiermittel.html');
		oM.makeMenu('schleifkuehlmittel','metall','Grinding coolants',path + 'metall_schleifkuehlmittel.html');
		oM.makeMenu('gleitmittel','metall','Lubricants and cooling lubricants',path + 'metall_gleitundkuehlschmiermittel.html');
		oM.makeMenu('schneidmittel','metall','Cutting agents',path + 'metall_schneidmittel.html');
		oM.makeMenu('korrosionsschutzmittel','metall','Anti-corrosive agents',path + 'metall_korrosionsschutzmittel.html');
		oM.makeMenu('sonstigesmetall','metall','Other products',path + 'metall_sonstiges.html');
	oM.makeMenu('giesserei','produkte','Foundry','');
		oM.makeMenu('trennmittel2','giesserei','Release agents',path + 'giesserei_trennmittel.html');
		//oM.makeMenu('trennschmiermittel','giesserei','Release agents and lubricants','giesserei_trennschmiermittel.html');
	oM.makeMenu('glas','produkte','Glass','');
		oM.makeMenu('kuehlschmiermittelglas','glas','Cooling lubricants',path + 'glas_kuehlschmiermittel.html');
		oM.makeMenu('spezialbeschichtungen','glas','Special coatings',path + 'glas_spezialbeschichtungen.html');
		oM.makeMenu('trennmittelglas','glas','Release agents',path + 'glas_trennmittel.html');
		oM.makeMenu('rinnenbeschichtungen','glas','Chute coatings',path + 'glas_rinnenbeschichtungen.html');
		oM.makeMenu('gleitmittelglas','glas','Lubricants',path + 'glas_gleitmittel.html');
	//oM.makeMenu('bau','produkte','Construction industry',path + 'bau.html');
oM.makeMenu('vertrieb','','Das Unternehmen','','',82,45,path + 'images/ACMOS_Navigation_05.gif',path + 'images/ACMOS_Navigation_over_05.gif');
	oM.makeMenu('vertriebkunststoff','vertrieb','Plastic',path + 'vertrieb.php?anwendung=1');
	oM.makeMenu('vertriebholz','vertrieb','Wood',path + 'vertrieb.php?anwendung=2');
	oM.makeMenu('vertriebmetall','vertrieb','Metal',path + 'vertrieb.php?anwendung=3');
	oM.makeMenu('vertriebgiesserei','vertrieb','Foundry',path + 'vertrieb.php?anwendung=5');
	oM.makeMenu('vertriebglas','vertrieb','Glass',path + 'vertrieb.php?anwendung=4');
//	oM.makeMenu('vertriebbau','vertrieb','Construction industry',path + 'vertrieb_bau.html');
oM.makeMenu('karriere','','Das Unternehmen',path + 'karriere.html','',82,47,path + 'images/ACMOS_Navigation_06.gif',path + 'images/ACMOS_Navigation_over_06.gif');
oM.makeMenu('aktuelles','','Das Unternehmen','','',82,46,path + 'images/ACMOS_Navigation_07.gif',path + 'images/ACMOS_Navigation_over_07.gif');
	oM.makeMenu('messeevent','aktuelles','Trade fairs / Events',path + 'messe_event.html');
	oM.makeMenu('fachthema','aktuelles','Specialist subjects', '');
		oM.makeMenu('fachthema_kunststoff','fachthema','Plastic',path + 'fachthema_kunststoff.html');
		oM.makeMenu('fachthema_gummi','fachthema','Rubber',path + 'fachthema_gummi.html');
		oM.makeMenu('fachthema_reaktionsharze','fachthema','Reactive Resins',path + 'fachthema_reaktionsharze.html');
		oM.makeMenu('fachthema_thermoplaste','fachthema','Thermoplastics',path + 'fachthema_thermoplaste.html');
		oM.makeMenu('fachthema_holz','fachthema','Wood',path + 'fachthema_holz.html');
		oM.makeMenu('fachthema_metall','fachthema','Metal',path + 'fachthema_metall.html');
		oM.makeMenu('fachthema_giesserei','fachthema','Foundry',path + 'fachthema_giesserei.html');
		oM.makeMenu('fachthema_glas','fachthema','Glass',path + 'fachthema_glas.html');
		//oM.makeMenu('fachthema_bau','fachthema','Bau',path + 'fachthema_bau.html');
oM.makeMenu('kontakt','','Das Unternehmen',path + 'kontakt.html','',82,47,path + 'images/ACMOS_Navigation_08.gif',path + 'images/ACMOS_Navigation_over_08.gif');
oM.makeMenu('datenblaetter','','Das Unternehmen',path + 'datenblaetter.php','',82,47,path + 'images/ACMOS_Navigation_09.gif',path + 'images/ACMOS_Navigation_over_09.gif');
oM.makeMenu('reach','','Reach','/download/DUCC-UseR-ACMOS_CHEMIE_KG.pdf','_blank',82,36,path + 'images/ACMOS_Navigation_11.gif',path + 'images/ACMOS_Navigation_over_11.gif');


oM.construct();


