

//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+\'page9.html\';return false;" onmouseout="hilitediv(this,0,0)"><td id="it3487" class="template-menu1"><div><a href="page9.html">Homepage</a></div></td></tr></table><table width="100%" cellpadding="0" cellspacing="0" border="0" summary="menu"><tr onmouseover="hilitediv(this,1,0)" onclick="window.location=relative_path+\'page3246.html\';return false;" onmouseout="hilitediv(this,0,0)"><td id="it3660" class="template-menu1"><div><a href="page3246.html">News</a></div></td></tr></table><table width="100%" cellpadding="0" cellspacing="0" border="0" summary="menu"><tr onmouseover="hilitediv(this,1,0)" onclick="window.location=relative_path+\'page3210.html\';return false;" onmouseout="hilitediv(this,0,0)"><td id="it3649" class="template-menu1"><div><a href="page3210.html">History</a></div></td></tr></table><table width="100%" cellpadding="0" cellspacing="0" border="0" summary="menu"><tr onmouseover="hilitediv(this,1,0)" onclick="window.location=relative_path+\'page3220.html\';return false;" onmouseout="hilitediv(this,0,0)"><td id="it3655" class="template-menu1"><div><a href="page3220.html">Dealers</a></div></td></tr></table><table width="100%" cellpadding="0" cellspacing="0" border="0" summary="menu"><tr onmouseover="hilitediv(this,1,0)" onclick="window.location=relative_path+\'page3214.html\';return false;" onmouseout="hilitediv(this,0,0)"><td id="it3657" class="template-menu1"><div><a href="page3214.html">References</a></div></td></tr></table>'} ;

