﻿ /*<script xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:lscxsl="urn:schemas-lisocon-de:xslt:Menu">*/  


// Check if actual assortment is part of assortments of menuentry
function ass(assortments) {
	if (assortments=="" || actAssortment=="" || actAssortment=="*ALL*") return true;
	var lastPos, pos, assortment;
	lastPos=0;
	do {
		pos=assortments.indexOf("|");
		if (pos>-1) {
			assortment=assortments.substring(lastPos,pos-1);
			if (actAssortment.indexOf(assortment)>-1) return true;
			assortments=assortments.substring(pos+1);
		}
	} while (pos>-1);
	return false;
}

// Check if actual menu entry is in actual path of selected entries
function isInPath(id) {
	if (MenuIDLevel1==id || MenuIDLevel2==id || MenuIDLevel3==id || MenuIDLevel4==id || MenuIDLevel5==id) {
		return true;
	} else {
		return false;
	}
}

// Mainmenu-entry title
function mt(title,color,size) {
	if (size!="")
		return "<font style='font-size:"+size+"px' color='"+color+"'>"+title+"</font>";
	else if (color!="")
		return "<font color='"+color+"'>"+title+"</font>";
	else
		return title;
}

// Mainmenu-entry color
function mc(id) {
	if (isInPath(id)) {
		return "#FFFFFF";
	} else {
		return "#FFFFFF";
	}
}

// Mainmenu-entry background-color
function mbc(id) {
	if (isInPath(id)) {
		return "#CC3300";
	} else {
		return "#3C5070";
	}
}

// Mainmenu-entry background-image
function mbi(id) {
	if (isInPath(id)) {
		return "/english/images/MenuBGSelected.jpg";
	} else {
		return "/english/images/MenuBG.jpg";
	}
}

// Submenu-entry title
function st(title,color,size) {
	if (size!="")
		return "<font style='font-size:"+size+"px' color='"+color+"'>"+title+"</font>";
	else if (color!="")
		return "<font color='"+color+"'>"+title+"</font>";
	else
		return title;
}

// Submenu-entry color
function sc(id) {
	if (isInPath(id)) {
		return "#3C5070";
	} else {
		return "#3C5070";
	}
}

// Submenu-entry background-color
function sbc(id, level) {
	if (isInPath(id)) {
		return "#FCA12B";
	} else {
		if (level > 2)
			return "#E1E5E6";
		else
			return "#E1E5E6";
	}
}

timegap=100                  // The time delay for menus to remain visible
followspeed=5                // Follow Scrolling speed
followrate=40                // Follow Scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-45;            // Sub menu left offset
closeOnClick = true;
_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over

with(style_main=new mm_style()){
	offbgcolor="#3C5070";
	offcolor="#FFFFFF";
	bordercolor="#FFFFFF";
	borderstyle="solid";
	borderwidth="0";
	rawcss="padding-left:16px;padding-right:16px";
	fontsize="13";
	fontstyle="normal";
	fontfamily="Arial, Verdana";
	overfilter="Alpha(opacity=100)";
	outfilter="";
	itemheight="23px";
	onborder="1px solid #FF0000";
	menubgimage="/english/images/MenuBG.jpg";
}

with(style_sub=new mm_style())
{
	offcolor="#3C5070";
	bordercolor="#FFFFFF";
	borderstyle="solid";
	borderwidth="0";
	padding="3";
	fontsize="13";
	fontstyle="normal";
	fontfamily="Arial, Verdana";
	overfilter="Alpha(opacity=100)";
	outfilter="";
	separatorsize="3";
	separatorcolor="#E1E5E6";
	onborder="1px solid #FCA12B";
	itemheight="21px";
	offborder="1px solid #3C5070";
}

var strID;
var strName;
var strSubName;
var strShowMenu;
var strBGColor;
var strBGImage;
var strLink;
var strTarget;

with(milonic=new menuname("Main Menu"))
{
	style=style_main;
	position="relative";
	alwaysvisible=1;
	orientation="horizontal";
	menuwidth="100%";
	menualign="left";

  
strName=mt('Home','','');
strShowMenu="";
strLink="/english/index.asp";
strTarget=""; 
strBGColor=mbc(178);
strBGImage=mbi(178);  
aI("text="+strName+strShowMenu+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor+";bgimage="+strBGImage);  
strName=mt('Services','','');
strShowMenu="";
strLink="/english/23197.asp";
strTarget=""; 
strBGColor=mbc(23197);
strBGImage=mbi(23197);  
strShowMenu=';showmenu=23197';  
aI("text="+strName+strShowMenu+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor+";bgimage="+strBGImage);  
strName=mt('Organization','','');
strShowMenu="";
strLink="/english/23191.asp";
strTarget=""; 
strBGColor=mbc(23191);
strBGImage=mbi(23191);  
strShowMenu=';showmenu=23191';  
aI("text="+strName+strShowMenu+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor+";bgimage="+strBGImage);  
strName=mt('Publications','','');
strShowMenu="";
strLink="/english/23201.asp";
strTarget=""; 
strBGColor=mbc(23201);
strBGImage=mbi(23201);  
strShowMenu=';showmenu=23201';  
aI("text="+strName+strShowMenu+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor+";bgimage="+strBGImage);  
strName=mt('General Link','','');
strShowMenu="";
strLink="/english/23233.asp";
strTarget=""; 
strBGColor=mbc(23233);
strBGImage=mbi(23233);  
strShowMenu=';showmenu=23233';  
aI("text="+strName+strShowMenu+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor+";bgimage="+strBGImage);  
}

  
strID = "23197";
with(milonic=new menuname(strID))
{
	style=style_sub;
  
strShowMenu="";
strSubName=st('System (service) certification','','');
strTarget=""; 
strID='24539';
strBGColor=sbc(24539,2);  
strLink="/english/24539.asp";
strShowMenu='0';
aI("text="+strSubName+";showmenu="+strShowMenu+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);
  
strShowMenu="";
strSubName=st('Product certification','','');
strTarget=""; 
strID='24516';
strBGColor=sbc(24516,2);  
strLink="/english/24516.asp";
strShowMenu='0';
aI("text="+strSubName+";showmenu="+strShowMenu+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);
  
strShowMenu="";
strSubName=st('Technical Inspection','','');
strTarget=""; 
strID='24510';
strBGColor=sbc(24510,2);  
strLink="/english/24510.asp";
strShowMenu='0';
aI("text="+strSubName+";showmenu="+strShowMenu+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);
  
strShowMenu="";
strSubName=st('Traning','','');
strTarget=""; 
strID='24445';
strBGColor=sbc(24445,2);  
strLink="/english/24445.asp";
strShowMenu='0';
aI("text="+strSubName+";showmenu="+strShowMenu+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);
  
strShowMenu="";
strSubName=st('Industrial Projects','','');
strTarget=""; 
strID='24481';
strBGColor=sbc(24481,2);  
strLink="/english/24481.asp";
strShowMenu='0';
aI("text="+strSubName+";showmenu="+strShowMenu+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);
  
strShowMenu="";
strSubName=st('Information & Communication Technology','','');
strTarget=""; 
strID='24655';
strBGColor=sbc(24655,2);  
strLink="/english/24655.asp";
strShowMenu='0';
aI("text="+strSubName+";showmenu="+strShowMenu+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);
  
}
  
strID = "24539";
with(milonic=new menuname(strID))
{
	style=style_sub;
  
strShowMenu="";
strSubName=st('Cyprus','','');
strTarget=""; 
strID='26525';
strBGColor=sbc(26525,3);  
strLink="/english/26525.asp";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
strShowMenu="";
strSubName=st('Czech Republic','','');
strTarget=""; 
strID='24558';
strBGColor=sbc(24558,3);  
strLink="/english/24558.asp";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
strShowMenu="";
strSubName=st('Denmark','','');
strTarget=""; 
strID='24571';
strBGColor=sbc(24571,3);  
strLink="/english/24571.asp";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
strShowMenu="";
strSubName=st('Estonia','','');
strTarget=""; 
strID='24570';
strBGColor=sbc(24570,3);  
strLink="/english/24570.asp";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
strShowMenu="";
strSubName=st('Finland','','');
strTarget=""; 
strID='24569';
strBGColor=sbc(24569,3);  
strLink="/english/24569.asp";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
strShowMenu="";
strSubName=st('France','','');
strTarget=""; 
strID='24577';
strBGColor=sbc(24577,3);  
strLink="/english/24577.asp";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
strShowMenu="";
strSubName=st('Great Britain','','');
strTarget=""; 
strID='24568';
strBGColor=sbc(24568,3);  
strLink="/english/24568.asp";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
strShowMenu="";
strSubName=st('Greece','','');
strTarget=""; 
strID='24567';
strBGColor=sbc(24567,3);  
strLink="/english/24567.asp";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
strShowMenu="";
strSubName=st('Hungary','','');
strTarget=""; 
strID='24557';
strBGColor=sbc(24557,3);  
strLink="/english/24557.asp";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
strShowMenu="";
strSubName=st('Italy','','');
strTarget=""; 
strID='24566';
strBGColor=sbc(24566,3);  
strLink="/english/24566.asp";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
strShowMenu="";
strSubName=st('Latvia','','');
strTarget=""; 
strID='24565';
strBGColor=sbc(24565,3);  
strLink="/english/24565.asp";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
strShowMenu="";
strSubName=st('Lithuania','','');
strTarget=""; 
strID='24564';
strBGColor=sbc(24564,3);  
strLink="/english/24564.asp";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
strShowMenu="";
strSubName=st('Netherlands','','');
strTarget=""; 
strID='24563';
strBGColor=sbc(24563,3);  
strLink="/english/24563.asp";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
strShowMenu="";
strSubName=st('Poland','','');
strTarget=""; 
strID='24562';
strBGColor=sbc(24562,3);  
strLink="/english/24562.asp";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
strShowMenu="";
strSubName=st('Slovakia','','');
strTarget=""; 
strID='24560';
strBGColor=sbc(24560,3);  
strLink="/english/24560.asp";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
strShowMenu="";
strSubName=st('Spain','','');
strTarget=""; 
strID='24559';
strBGColor=sbc(24559,3);  
strLink="/english/24559.asp";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
strShowMenu="";
strSubName=st('Sweden','','');
strTarget=""; 
strID='24561';
strBGColor=sbc(24561,3);  
strLink="/english/24561.asp";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
}
  
strID = "24516";
with(milonic=new menuname(strID))
{
	style=style_sub;
  
strShowMenu="";
strSubName=st('Bulgaria','','');
strTarget=""; 
strID='24524';
strBGColor=sbc(24524,3);  
strLink="/english/24524.asp";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
strShowMenu="";
strSubName=st('Croatia','','');
strTarget=""; 
strID='24526';
strBGColor=sbc(24526,3);  
strLink="/english/24526.asp";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
strShowMenu="";
strSubName=st('Romania','','');
strTarget=""; 
strID='24527';
strBGColor=sbc(24527,3);  
strLink="/english/24527.asp";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
strShowMenu="";
strSubName=st('Serbia / Montenegro','','');
strTarget=""; 
strID='24525';
strBGColor=sbc(24525,3);  
strLink="/english/24525.asp";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
strShowMenu="";
strSubName=st('Turkey','','');
strTarget=""; 
strID='24528';
strBGColor=sbc(24528,3);  
strLink="/english/24528.asp";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
}
  
strID = "24510";
with(milonic=new menuname(strID))
{
	style=style_sub;
  
strShowMenu="";
strSubName=st('Kazakhstan','','');
strTarget=""; 
strID='24624';
strBGColor=sbc(24624,3);  
strLink="/english/24624.asp";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
strShowMenu="";
strSubName=st('Russia','','');
strTarget=""; 
strID='24627';
strBGColor=sbc(24627,3);  
strLink="/english/24627.asp";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
strShowMenu="";
strSubName=st('Ukraine','','');
strTarget=""; 
strID='24632';
strBGColor=sbc(24632,3);  
strLink="/english/24632.asp";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
strShowMenu="";
strSubName=st('Uzbekistan','','');
strTarget=""; 
strID='26528';
strBGColor=sbc(26528,3);  
strLink="/english/26528.asp";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
}
  
strID = "24445";
with(milonic=new menuname(strID))
{
	style=style_sub;
  
strShowMenu="";
strSubName=st('Argentina','','');
strTarget=""; 
strID='26531';
strBGColor=sbc(26531,3);  
strLink="/english/26531.asp";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
strShowMenu="";
strSubName=st('Brazil','','');
strTarget=""; 
strID='24448';
strBGColor=sbc(24448,3);  
strLink="/english/24448.asp";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
strShowMenu="";
strSubName=st('USA','','');
strTarget=""; 
strID='24449';
strBGColor=sbc(24449,3);  
strLink="/english/24449.asp";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
}
  
strID = "24481";
with(milonic=new menuname(strID))
{
	style=style_sub;
  
strShowMenu="";
strSubName=st('Bahrain','','');
strTarget=""; 
strID='26534';
strBGColor=sbc(26534,3);  
strLink="/english/26534.asp";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
strShowMenu="";
strSubName=st('China','','');
strTarget=""; 
strID='24480';
strBGColor=sbc(24480,3);  
strLink="/english/24480.asp";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
strShowMenu="";
strSubName=st('Hong Kong','','');
strTarget=""; 
strID='31409';
strBGColor=sbc(31409,3);  
strLink="/english/31409.asp";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
strShowMenu="";
strSubName=st('India','','');
strTarget=""; 
strID='24478';
strBGColor=sbc(24478,3);  
strLink="/english/24478.asp";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
strShowMenu="";
strSubName=st('Indonesia','','');
strTarget=""; 
strID='24477';
strBGColor=sbc(24477,3);  
strLink="/english/24477.asp";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
strShowMenu="";
strSubName=st('ايران','','');
strTarget=""; 
strID='24476';
strBGColor=sbc(24476,3);  
strLink="/english/24476.asp";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
strShowMenu="";
strSubName=st('Korea','','');
strTarget=""; 
strID='24475';
strBGColor=sbc(24475,3);  
strLink="/english/24475.asp";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
strShowMenu="";
strSubName=st('Malaysia','','');
strTarget=""; 
strID='24474';
strBGColor=sbc(24474,3);  
strLink="/english/24474.asp";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
strShowMenu="";
strSubName=st('Pakistan','','');
strTarget=""; 
strID='24503';
strBGColor=sbc(24503,3);  
strLink="/english/24503.asp";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
strShowMenu="";
strSubName=st('Philippines','','');
strTarget=""; 
strID='26537';
strBGColor=sbc(26537,3);  
strLink="/english/26537.asp";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
strShowMenu="";
strSubName=st('Saudi Arabia','','');
strTarget=""; 
strID='24417';
strBGColor=sbc(24417,3);  
strLink="/english/24417.asp";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
strShowMenu="";
strSubName=st('Syria','','');
strTarget=""; 
strID='26540';
strBGColor=sbc(26540,3);  
strLink="/english/26540.asp";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
strShowMenu="";
strSubName=st('Taiwan','','');
strTarget=""; 
strID='24473';
strBGColor=sbc(24473,3);  
strLink="/english/24473.asp";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
strShowMenu="";
strSubName=st('Thailand','','');
strTarget=""; 
strID='24472';
strBGColor=sbc(24472,3);  
strLink="/english/24472.asp";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
strShowMenu="";
strSubName=st('United Arab Emirates','','');
strTarget=""; 
strID='24469';
strBGColor=sbc(24469,3);  
strLink="/english/24469.asp";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
strShowMenu="";
strSubName=st('Vietnam','','');
strTarget=""; 
strID='24471';
strBGColor=sbc(24471,3);  
strLink="/english/24471.asp";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
}
  
strID = "24655";
with(milonic=new menuname(strID))
{
	style=style_sub;
  
strShowMenu="";
strSubName=st('Industrial Facilities','','');
strTarget=""; 
strID='24663';
strBGColor=sbc(24663,3);  
strLink="/english/24663.asp";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
strShowMenu="";
strSubName=st('Corporate Management','','');
strTarget=""; 
strID='24675';
strBGColor=sbc(24675,3);  
strLink="/english/24675.asp";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
strShowMenu="";
strSubName=st('IT and Telecommunications','','');
strTarget=""; 
strID='24681';
strBGColor=sbc(24681,3);  
strLink="/english/24681.asp";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
strShowMenu="";
strSubName=st('Buildings','','');
strTarget=""; 
strID='24742';
strBGColor=sbc(24742,3);  
strLink="/english/24742.asp";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
strShowMenu="";
strSubName=st('Environment','','');
strTarget=""; 
strID='24753';
strBGColor=sbc(24753,3);  
strLink="/english/24753.asp";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
strShowMenu="";
strSubName=st('Vehicles and Transport','','');
strTarget=""; 
strID='24754';
strBGColor=sbc(24754,3);  
strLink="/english/24754.asp";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
strShowMenu="";
strSubName=st('Health Care','','');
strTarget=""; 
strID='24755';
strBGColor=sbc(24755,3);  
strLink="/english/24755.asp";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
}
  
strID = "23191";
with(milonic=new menuname(strID))
{
	style=style_sub;
  
strShowMenu="";
strSubName=st('Certified companies','','');
strTarget=""; 
strID='23328';
strBGColor=sbc(23328,2);  
strLink="/english/23328.asp";
strShowMenu='0';
aI("text="+strSubName+";showmenu="+strShowMenu+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);
  
strShowMenu="";
strSubName=st('Organization chart','','');
strTarget=""; 
strID='23315';
strBGColor=sbc(23315,2);  
strLink="/english/23315.asp";
strShowMenu='0';
aI("text="+strSubName+";showmenu="+strShowMenu+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);
  
strShowMenu="";
strSubName=st('Pool of Auditor','','');
strTarget=""; 
strID='23197';
strBGColor=sbc(23197,2);  
strLink="/english/23197.asp";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
strShowMenu="";
strSubName=st('Standards','','');
strTarget=""; 
strID='23428';
strBGColor=sbc(23428,2);  
strLink="/english/23428.asp";
strShowMenu='0';
aI("text="+strSubName+";showmenu="+strShowMenu+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);
 
 
}

strID = "23233";
with(milonic=new menuname(strID))
{
	style=style_sub;
  
strShowMenu="";
strSubName=st('News','','');
strTarget=""; 
strID='23223';
strBGColor=sbc(23223,2);  
strLink="/english/23328.asp";
strShowMenu='0';
aI("text="+strSubName+";showmenu="+strShowMenu+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);
  
strShowMenu="";
strSubName=st('Comment(FeedBack/Complaints)','','');
strTarget=""; 
strID='23234';
strBGColor=sbc(23234,2);  
strLink="/english/23315.asp";
strShowMenu='0';
aI("text="+strSubName+";showmenu="+strShowMenu+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);
  
}


  
strID = "23328";
with(milonic=new menuname(strID))
{
	style=style_sub;
  
strShowMenu="";
strSubName=st('TÜV NORD Akademie','','');
strTarget=""; 
strID='118';
strBGColor=sbc(118,3);  
strLink="/english/118.asp";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
strShowMenu="";
strSubName=st('RWTÜV Akademie','','');
strTarget=""; 
strID='23326';
strBGColor=sbc(23326,3);  
strLink="http://www.rwtuev-akademie.de/";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
strShowMenu="";
strSubName=st('TÜV NORD Schulungszentrum','','');
strTarget=""; 
strID='28236';
strBGColor=sbc(28236,3);  
strLink="/english/28236.asp";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
strShowMenu="";
strSubName=st('TÜV Thüringen Akademie','','');
strTarget=""; 
strID='23324';
strBGColor=sbc(23324,3);  
strLink="http://www.die-tuev-akademie.de/cms/cat1.html";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
}
  
strID = "23315";
with(milonic=new menuname(strID))
{
	style=style_sub;
  
strShowMenu="";
strSubName=st('TÜV NORD EnSys Hannover','','');
strTarget=""; 
strID='1196';
strBGColor=sbc(1196,3);  
strLink="/english/1196.asp";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
strShowMenu="";
strSubName=st('TÜV NORD SysTec','','');
strTarget=""; 
strID='9047';
strBGColor=sbc(9047,3);  
strLink="/english/9047.asp";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
strShowMenu="";
strSubName=st('TÜV NORD Röntgentechnik','','');
strTarget=""; 
strID='1048';
strBGColor=sbc(1048,3);  
strLink="/english/1048.asp";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
strShowMenu="";
strSubName=st('TÜV NORD Industrieberatung','','');
strTarget=""; 
strID='29513';
strBGColor=sbc(29513,3);  
strLink="/english/29513.asp";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
strShowMenu="";
strSubName=st('IGN Ingenieurgesellschaft Nord','','');
strTarget=""; 
strID='24893';
strBGColor=sbc(24893,3);  
strLink="http://www.ign-nord.de";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
strShowMenu="";
strSubName=st('ESI Mannheim','','');
strTarget="_blank"; 
strID='24899';
strBGColor=sbc(24899,3);  
strLink="http://www.esi-mannheim.de";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
}
  
strID = "23428";
with(milonic=new menuname(strID))
{
	style=style_sub;
  
strShowMenu="";
strSubName=st('TÜV NORD Mobilität','','');
strTarget=""; 
strID='23956';
strBGColor=sbc(23956,3);  
strLink="/english/23956.asp";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
strShowMenu="";
strSubName=st('RWTÜV Fahrzeug','','');
strTarget=""; 
strID='23430';
strBGColor=sbc(23430,3);  
strLink="http://www.rwtuev-fz.de";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
strShowMenu="";
strSubName=st('TÜ Service GmbH','','');
strTarget=""; 
strID='23434';
strBGColor=sbc(23434,3);  
strLink="http://www.tue-service.de/";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
strShowMenu="";
strSubName=st('TÜV Thüringen Fahrzeug GmbH','','');
strTarget="_blank"; 
strID='23433';
strBGColor=sbc(23433,3);  
strLink="http://www.tuev-thueringen.de/start/verkehr.htm";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
}
  
strID = "23435";
with(milonic=new menuname(strID))
{
	style=style_sub;
  
strShowMenu="";
strSubName=st('RWTÜV Systems','','');
strTarget=""; 
strID='25792';
strBGColor=sbc(25792,3);  
strLink="/english/25792.asp";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
strShowMenu="";
strSubName=st('TÜV NORD Systems','','');
strTarget=""; 
strID='1609';
strBGColor=sbc(1609,3);  
strLink="/english/1609.asp";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
strShowMenu="";
strSubName=st('TÜV NORD Bauqualität','','');
strTarget=""; 
strID='1317';
strBGColor=sbc(1317,3);  
strLink="/english/1317.asp";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
strShowMenu="";
strSubName=st('TÜV NORD Industrieberatung','','');
strTarget=""; 
strID='29513';
strBGColor=sbc(29513,3);  
strLink="/english/29513.asp";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
strShowMenu="";
strSubName=st('TÜV NORD Umweltschutz','','');
strTarget=""; 
strID='331';
strBGColor=sbc(331,3);  
strLink="/english/331.asp";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
strShowMenu="";
strSubName=st('MEDITÜV','','');
strTarget=""; 
strID='1585';
strBGColor=sbc(1585,3);  
strLink="/english/1585.asp";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
strShowMenu="";
strSubName=st('MEDITÜV Rhein-Ruhr','','');
strTarget=""; 
strID='30823';
strBGColor=sbc(30823,3);  
strLink="http://www.medituev.de";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
strShowMenu="";
strSubName=st('TÜV NORD MPA Leuna','','');
strTarget=""; 
strID='1588';
strBGColor=sbc(1588,3);  
strLink="/english/1588.asp";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
strShowMenu="";
strSubName=st('TÜV NORD Umweltschutz Rostock','','');
strTarget=""; 
strID='1727';
strBGColor=sbc(1727,3);  
strLink="/english/1727.asp";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
strShowMenu="";
strSubName=st('Hundt & Partner','','');
strTarget=""; 
strID='1576';
strBGColor=sbc(1576,3);  
strLink="/english/1576.asp";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
}
  
strID = "23652";
with(milonic=new menuname(strID))
{
	style=style_sub;
  
strShowMenu="";
strSubName=st('TÜV NORD Medizinisch-Psychologisches Institut','','');
strTarget=""; 
strID='995';
strBGColor=sbc(995,3);  
strLink="/english/995.asp";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
strShowMenu="";
strSubName=st('Nord-Kurs','','');
strTarget=""; 
strID='1663';
strBGColor=sbc(1663,3);  
strLink="/english/1663.asp";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
}
  
strID = "23655";
with(milonic=new menuname(strID))
{
	style=style_sub;
  
strShowMenu="";
strSubName=st('TÜV NORD CERT / RWTÜV','','');
strTarget=""; 
strID='954';
strBGColor=sbc(954,3);  
strLink="/english/954.asp";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
strShowMenu="";
strSubName=st('TÜViT','','');
strTarget="_blank"; 
strID='23658';
strBGColor=sbc(23658,3);  
strLink="http://www.tuvit.de/";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
strShowMenu="";
strSubName=st('EMV Services','','');
strTarget="_blank"; 
strID='23656';
strBGColor=sbc(23656,3);  
strLink="http://www.emv-services.de/";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
strShowMenu="";
strSubName=st('ONE/TÜV/BV','','');
strTarget="_blank"; 
strID='28255';
strBGColor=sbc(28255,3);  
strLink="http://www.onetb.de";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
}
  
strID = "23201";
with(milonic=new menuname(strID))
{
	style=style_sub;
  
strShowMenu="";
strSubName=st('magazine','','');
strTarget=""; 
strID='2455';
strBGColor=sbc(2455,2);  
strLink="/english/2455.asp";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  
strShowMenu="";
strSubName=st('Books','','');
strTarget=""; 
strID='2368';
strBGColor=sbc(2368,2);  
strLink="/english/2368.asp";
aI("text="+strSubName+";url="+strLink+";target="+strTarget+";offbgcolor="+strBGColor);  

}
  
drawMenus();
  /*</script>*/ 