var list_sibling0 = [
'openfile.htm',
'savefile.htm',
'input.htm',
'input1.htm',
'input2.htm',
'chfile.htm',
'errordlg.htm',
'status.htm',
'easydlg.htm',
'addmenu.htm',
'addeditor.htm',
'geteditor.htm',
'addtable.htm',
'gettable.htm',
'getcells.htm',
'setcells.htm',
'adddialog.htm',
'getscreen.htm',
'getvisible.htm',
'windowgeometry.htm',
'controls.htm',
'delwin.htm',
'iconify.htm',
'isicon.htm',
'hide.htm',
'show.htm',
'caption.htm',
'guisize.htm'
];
var list_up0 = [
'omatrix6.htm',
'gui.htm',
'input1.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];
}
