var list_down0 = [
'align.htm',
'atod.htm',
'atoi.htm',
'char2dbl.htm',
'ntoa.htm',
'num2str.htm',
'str2num.htm',
'strreplace.htm',
'strclip.htm',
'clipstr.htm',
'low2up.htm',
'up2low.htm',
'dquote.htm',
'file2str.htm',
'pack.htm',
'unpack.htm',
'char2id.htm',
'reprow.htm',
'str2strdir.htm',
'sort.htm',
'sort3.htm',
'psort.htm',
'psort3.htm',
'mlmode_sort.htm',
'reverse.htm',
'flipud.htm',
'fliplr.htm',
'rot90.htm',
'nonzeros.htm',
'find.htm',
'find2.htm',
'find3.htm',
'dec2hex.htm',
'hex2dec.htm',
'findstr.htm',
'whichrow.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',
'stringssort.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];
}
