var list_up0 = [
'sigmaplotlink.htm',
'reference.htm',
'splot.htm'
];
var list_sibling0 = [
'splot.htm',
'sbar.htm',
'sbarh.htm',
'serrorbars.htm',
'sbox.htm',
'shist.htm',
'scontour.htm',
'ssurface.htm',
'spie.htm',
'sternary.htm',
'spolar.htm',
'spgraphpage.htm',
'spsection.htm',
'spitem.htm',
'sptitle.htm',
'spxtitle.htm',
'spcolumns.htm',
'spxtype.htm',
'spxscale.htm',
'spopen.htm',
'spquit.htm',
'spput.htm',
'spget.htm',
'spprint.htm',
'spexport.htm',
'spmacro.htm'
];
var list_across0 = [
'_contents.htm',
'_reference.htm',
'_index.htm',
'_search.htm'
];
var list_current0 = [
'splot.htm#Description',
'splot.htm#Examples',
'splot.htm#Examples.Examples Plotting Y Vectors',
'splot.htm#Examples.Examples Using X, and Y vectors',
'splot.htm#Examples.Examples Specifying other Plot Attributes',
'splot.htm#Examples.Creating 3-Dimensional Line Plots'
];
function choose_up0(item)
{	var index          = item.selectedIndex;
	item.selectedIndex = 0;
	if(index > 0)
		document.location = list_up0[index-1];
}
function choose_sibling0(item)
{	var index          = item.selectedIndex;
	item.selectedIndex = 0;
	if(index > 0)
		document.location = list_sibling0[index-1];
}
function choose_down0(item)
{	var index          = item.selectedIndex;
	item.selectedIndex = 0;
	if(index > 0)
		document.location = list_down0[index-1];
}
function choose_across0(item)
{	var index          = item.selectedIndex;
	item.selectedIndex = 0;
	if(index > 0)
		document.location = list_across0[index-1];
}
function choose_current0(item)
{	var index          = item.selectedIndex;
	item.selectedIndex = 0;
	if(index > 0)
		document.location = list_current0[index-1];
}

