var list_down0 = [
'quit.htm',
'dbinclude.htm',
'active.htm',
'continue.htm',
'dall.htm',
'debug_break.htm',
'skip.htm',
'dbreak.htm',
'dbfile.htm',
'env.htm',
'env1.htm',
'dbformat.htm',
'dbglobal.htm',
'list.htm',
'next.htm',
'open.htm',
'dbprint.htm',
'dbhome.htm',
'step.htm',
'dbtrace.htm',
'user.htm',
'watch.htm',
'dwatch.htm',
'which.htm'
];
var list_sibling0 = [
'starting.htm',
'basic.htm',
'expression.htm',
'flow.htm',
'elementary.htm',
'submatrices.htm',
'io.htm',
'stringssort.htm',
'graphics.htm',
'userdefined.htm',
'linear.htm',
'fit.htm',
'filtering.htm',
'statistics.htm',
'special.htm',
'integration.htm',
'polynomial.htm',
'gui.htm',
'advanced.htm',
'debugger.htm',
'linking.htm',
'omrte.htm',
'appendix.htm',
'mlmode.htm',
'glossary.htm'
];
var list_up0 = [
'omatrix6.htm',
'debugger.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];
}

