var list_sibling0 = [
'tpaddzone.htm',
'tpcolors.htm',
'tpcontour.htm',
'tpdataset.htm',
'tpdims.htm',
'tpexport.htm',
'tpframe.htm',
'tpget.htm',
'tpget3d.htm',
'tphist.htm',
'tpmacrofile.htm',
'tpmacrostring.htm',
'tpmapcopy.htm',
'tpmapcount.htm',
'tpopen.htm',
'tpplot.htm',
'tpplottype.htm',
'tpprint.htm',
'tpput.htm',
'tpput3d.htm',
'tprunning.htm',
'tpstart.htm',
'tpsurface.htm',
'tpsymbols.htm',
'tpvarname.htm',
'tpvarnum.htm',
'tpxyzaxes.htm',
'tpzone.htm',
'tpzonename.htm',
'tpzonenum.htm',
'wtecplot.htm',
'rtecplot.htm',
'pltgui.htm'
];
var list_up0 = [
'omatrix6.htm',
'graphics.htm',
'tecplot.htm',
'tpdims.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];
}
