var list_sibling0 = [
'nrows.htm',
'ncols.htm',
'read.htm',
'read3.htm',
'read4.htm',
'readh.htm',
'read5.htm',
'read6.htm',
'read7.htm',
'write.htm',
'write3.htm',
'writesep.htm',
'close.htm',
'eof.htm',
'omwrite.htm',
'omread.htm',
'ioformat.htm',
'xlread.htm',
'xlwrite.htm',
'xlsheets.htm',
'spread.htm',
'bread.htm',
'bwrite.htm',
'readwav.htm',
'h5read.htm',
'h5write.htm',
'diary.htm',
'matfiles.htm',
'netio.htm',
'urlget.htm',
'ftp.htm'
];
var list_up0 = [
'omatrix6.htm',
'io.htm',
'h5read.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];
}

