var list_across0 = [
'_contents.htm',
'_reference.htm',
'_index.htm',
'_search.htm',
'_external.htm'
];
var list_up0 = [
'overview.htm',
'latex.htm',
'symbol.htm',
'space.htm'
];
var list_down3 = [
'license.htm',
'why.htm',
'install.htm',
'get_started.htm',
'running.htm',
'files.htm',
'titles+headings.htm',
'cross.htm',
'format.htm',
'spellchecking.htm',
'latex.htm',
'other.htm',
'browser.htm',
'glossary.htm',
'whatsnew.htm'
];
var list_down2 = [
'symbol.htm',
'diacritical.htm',
'stdfun.htm',
'subsup.htm',
'frac.htm',
'sqrt.htm',
'array.htm',
'left_right.htm',
'under_over.htm',
'stackrel.htm',
'latexfont.htm',
'latexcomment.htm',
'latexmacro.htm',
'mathml.htm'
];
var list_down1 = [
'latexnormal.htm',
'latexnumber.htm',
'latexspecial.htm',
'ellipsis.htm',
'greek.htm',
'binaryop.htm',
'relationsym.htm',
'arrowsym.htm',
'miscsym.htm',
'displaysym.htm',
'space.htm'
];
var list_current0 = [
'space.htm#Description',
'space.htm#Warning',
'space.htm#Space',
'space.htm#Hspace'
];
function choose_across0(item)
{	var index          = item.selectedIndex;
	item.selectedIndex = 0;
	if(index > 0)
		document.location = list_across0[index-1];
}
function choose_up0(item)
{	var index          = item.selectedIndex;
	item.selectedIndex = 0;
	if(index > 0)
		document.location = list_up0[index-1];
}
function choose_down3(item)
{	var index          = item.selectedIndex;
	item.selectedIndex = 0;
	if(index > 0)
		document.location = list_down3[index-1];
}
function choose_down2(item)
{	var index          = item.selectedIndex;
	item.selectedIndex = 0;
	if(index > 0)
		document.location = list_down2[index-1];
}
function choose_down1(item)
{	var index          = item.selectedIndex;
	item.selectedIndex = 0;
	if(index > 0)
		document.location = list_down1[index-1];
}
function choose_down0(item)
{	var index          = item.selectedIndex;
	item.selectedIndex = 0;
	if(index > 0)
		document.location = list_down0[index-1];
}
function choose_current0(item)
{	var index          = item.selectedIndex;
	item.selectedIndex = 0;
	if(index > 0)
		document.location = list_current0[index-1];
}

