

//menu['left']=menu['left'].replace(/<!--TABLE-->/gim,'<table width="100%" cellpadding="0" cellspacing="0" border="0">');

function show_path(arr,page){
var res=menu2['left'].match(/class="subdiv_expand" id="subdiv(.*)"/);
var to_expand={};
var j=0;
if (res){
	for (var k=1;k<=res.length;k++){
		if (typeof(res[k])!="undefined"){
			to_expand[res[k]]=1;
		}
	}
}

for(i=1;;i++){
	if (typeof arr[i] == 'undefined')
		break;
	j++;
	if (i==0){
		str='"opendiv\\('+arr[i]+'\\);" onmouseout="[^"]+">\\s*<td class="[^"]+"';
		pat= new RegExp(str,"i");
		menu2['left']=menu2['left'].replace(pat,'"opendiv\('+arr[i]+'\);" onmouseout="hilitediv\(this,3,1\)">'+'<td class="template-menu-current1"');
		str='onmouseout="[^"]+">\\s*<td id="it'+arr[i]+'" class="[^"]+"';
		pat= new RegExp(str,"i");
		menu2['left']=menu2['left'].replace(pat,'onmouseout="hilitediv\(this,3,0\)"> <td id="it'+arr[i]+'" class="template-menu-current1"');
	}

	str='id="it'+arr[i]+'" class="template-menu[^"]+"';
	pat= new RegExp(str,"i");
	menu2['left']=menu2['left'].replace(pat,'class="template-menu-current'+((j>1)?(Math.min(4,j)):'1')+'"');

	if (typeof(to_expand[arr[i]])=="undefined"){
		pat='id="subdiv'+arr[i]+'"';
		menu2['left']=menu2['left'].replace(pat,pat+'style="display:'+((is.ie4)?'block':'table-row')+';"');
	}else{
		break;
	}
	
}
	document.write(menu2['left']);
if (res){
	for (var j=1;j<=res.length;j++ ){
		for (k in arr){
			if (arr[k]==res[j]){
				opendiv(res[j],1);
			}
		}
	}
}
}
var ext_menu=1;

var menu2={'left':'<table width="100%" cellpadding="0" cellspacing="0" border="0" summary="menu"><tr onmouseover="hilitediv(this,1,0)" onclick="window.location=relative_path+\'page10.html\';return false;" onmouseout="hilitediv(this,0,0)"><td id="it3619" class="template-menu1"><div><a href="page10.html">Zur Hauptseite</a></div></td></tr></table>	<table width="100%" cellpadding="0" cellspacing="0" border="0" summary="menu">	<tr onmouseover="hilitediv(this,1,0)" onclick="opendiv(7368);" onmouseout="hilitediv(this,0,0)">	<td id="it7368" class="template-menu1" width="100%"><div><span>Abc des Armaturenbaus</span></div>	</td></tr>		<tr class="subdiv" id="subdiv7368" ><td><table width="100%" cellpadding="0" cellspacing="0" border="0" summary="menu"><tr onmouseover="hilitediv(this,1,1)" onclick="window.location=relative_path+\'page7358.html\';return false;" onmouseout="hilitediv(this,0,1)"><td id="it7370" class="template-menu2"><div><a href="page7358.html">Hauptparameter</a></div></td></tr></table><table width="100%" cellpadding="0" cellspacing="0" border="0" summary="menu"><tr onmouseover="hilitediv(this,1,1)" onclick="window.location=relative_path+\'page7465.html\';return false;" onmouseout="hilitediv(this,0,1)"><td id="it7372" class="template-menu2"><div><a href="page7465.html">Allgemeine Hauptbegriffe und -definitionen </a></div></td></tr></table><table width="100%" cellpadding="0" cellspacing="0" border="0" summary="menu"><tr onmouseover="hilitediv(this,1,1)" onclick="window.location=relative_path+\'page7467.html\';return false;" onmouseout="hilitediv(this,0,1)"><td id="it7374" class="template-menu2"><div><a href="page7467.html">Kurzbezeichnungen </a></div></td></tr></table></td></tr></table>	<table width="100%" cellpadding="0" cellspacing="0" border="0" summary="menu">	<tr onmouseover="hilitediv(this,1,0)" onclick="opendiv(3631);" onmouseout="hilitediv(this,0,0)">	<td id="it3631" class="template-menu1" width="100%"><div><span>Normativ-technische Dokumentation</span></div>	</td></tr>		<tr class="subdiv" id="subdiv3631" ><td><table width="100%" cellpadding="0" cellspacing="0" border="0" summary="menu"><tr onmouseover="hilitediv(this,1,1)" onclick="window.location=relative_path+\'page3643.html\';return false;" onmouseout="hilitediv(this,0,1)"><td id="it3634" class="template-menu2"><div><a href="page3643.html">Liste der gültigen Fachbereichsstandarde im Bereich des Armaturenbaus</a></div></td></tr></table><table width="100%" cellpadding="0" cellspacing="0" border="0" summary="menu"><tr onmouseover="hilitediv(this,1,1)" onclick="window.location=relative_path+\'page3640.html\';return false;" onmouseout="hilitediv(this,0,1)"><td id="it3637" class="template-menu2"><div><a href="page3640.html">Liste der gültigen Staatsnormen im Bereich des Armaturenbaus</a></div></td></tr></table></td></tr></table>'} ;

