var list_sibling0 = [
'fourier.htm',
'kalman_bucy.htm',
'filter.htm',
'mlmode_filter.htm',
'arcov.htm',
'fspec.htm',
'dpss.htm',
'wavelet.htm',
'iwavelet.htm',
'fnbut.htm',
'fncheb.htm',
'fnbpole.htm',
'fncpole.htm',
'fn2cbp.htm',
'fn2clp.htm',
'fc2dig.htm',
'fn2dbp.htm',
'fn2dlp.htm'
];
var list_up0 = [
'omatrix6.htm',
'filtering.htm',
'fncpole.htm'
];
var list_across0 = [
'_contents.htm',
'_reference.htm',
'_index.htm',
'_search.htm'
];
function choose_down0(item)
{	var index          = item.selectedIndex;
	item.selectedIndex = 0;
	if(index > 0)
		document.location = list_down0[index-1];
}
function choose_sibling0(item)
{	var index          = item.selectedIndex;
	item.selectedIndex = 0;
	if(index > 0)
		document.location = list_sibling0[index-1];
}
function choose_up0(item)
{	var index          = item.selectedIndex;
	item.selectedIndex = 0;
	if(index > 0)
		document.location = list_up0[index-1];
}
function choose_across0(item)
{	var index          = item.selectedIndex;
	item.selectedIndex = 0;
	if(index > 0)
		document.location = list_across0[index-1];
}

