

//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(3,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+\'page44.html\';return false;" onmouseout="hilitediv(this,0,0)"><td id="it45" class="template-menu1"><div><a href="page44.html">Investment Opportunities</a></div></td></tr><tr><td class="template-menu-line"></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+\'page48.html\';return false;" onmouseout="hilitediv(this,0,0)"><td id="it49" class="template-menu1"><div><a href="page48.html">Fractional Ownership</a></div></td></tr><tr><td class="template-menu-line"></td></tr></table>	<table width="100%" cellpadding="0" cellspacing="0" border="0" summary="menu">	<tr onmouseover="hilitediv(this,1,0)" onclick="opendiv(53);;window.location=relative_path+\'page52.html\';return false;" onmouseout="hilitediv(this,0,0)">	<td id="it53" class="template-menu1" width="100%"><div><a href="page52.html">Aircraft owners</a></div>	</td></tr>	<tr><td class="template-menu-line"></td></tr>	<tr class="subdiv" id="subdiv53" ><td><table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td class="template-nested-menu1"></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+\'page59.html\';return false;" onmouseout="hilitediv(this,0,1)"><td id="it60" class="template-menu2"><div><a href="page59.html">test1</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+\'page63.html\';return false;" onmouseout="hilitediv(this,0,1)"><td id="it64" class="template-menu2"><div><a href="page63.html">test2</a></div></td></tr></table><table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td class="template-nested-menu2"></td></tr></table><table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td class="template-menu-line"></td></tr></table></td></tr></table>'} ;
