var list_sibling0 = [
'gtitle.htm',
'gxyztitle.htm',
'gxyzaxis.htm',
'gxyzaxis3.htm',
'gxyzaxis4.htm',
'gxyzaxis5.htm',
'axiscale.htm',
'g2scale.htm',
'gtickform.htm',
'gtickloc.htm',
'gticklabel.htm',
'gxygrid.htm',
'gintercept.htm',
'gcoord.htm',
'gcoord2.htm',
'gaddtext.htm',
'glisttext.htm',
'gdeltext.htm',
'gfont.htm',
'gfont2.htm',
'gfont3.htm',
'gfont4.htm',
'gfontname.htm',
'gspace.htm',
'gaspect.htm'
];
var list_up0 = [
'omatrix6.htm',
'graphics.htm',
'axis.htm',
'gcoord.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];
}

