var list_sibling0 = [
'gplot.htm',
'gplotstyle.htm',
'gplotlevels.htm',
'glevel.htm',
'ginit.htm',
'gstyle.htm',
'gprint.htm',
'gcopy.htm',
'gsave.htm',
'gcolor.htm',
'gaddwin.htm',
'gaddwin1.htm',
'gaddwin2.htm',
'gaddwin3.htm',
'gaddwin4.htm',
'gwin.htm',
'glistwin.htm',
'gaddview.htm',
'setview.htm',
'gview.htm',
'gview2.htm',
'glistview.htm',
'ginitview.htm',
'gdelview.htm',
'gaddborder.htm',
'gdelborder.htm',
'gborder.htm',
'gupdate.htm'
];
var list_up0 = [
'omatrix6.htm',
'graphics.htm',
'basicgraphics.htm',
'gsave.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];
}

