var list_across0 = [
'_contents.htm',
'_reference.htm',
'_index.htm',
'_search.htm',
'_external.htm'
];
var list_up0 = [
'cppad.htm',
'appendix.htm',
'whats_new.htm'
];
var list_down2 = [
'install.htm',
'introduction.htm',
'ad.htm',
'adfun.htm',
'multi_thread.htm',
'library.htm',
'cppad_ipopt_nlp.htm',
'example.htm',
'preprocessor.htm',
'appendix.htm'
];
var list_down1 = [
'faq.htm',
'speed.htm',
'theory.htm',
'glossary.htm',
'bib.htm',
'bugs.htm',
'wishlist.htm',
'whats_new.htm',
'deprecated.htm',
'license.htm'
];
var list_down0 = [
'whats_new_12.htm',
'whats_new_11.htm',
'whats_new_10.htm',
'whats_new_09.htm',
'whats_new_08.htm',
'whats_new_07.htm',
'whats_new_06.htm',
'whats_new_05.htm',
'whats_new_04.htm',
'whats_new_03.htm'
];
var list_current0 = [
'whats_new.htm#Introduction',
'whats_new.htm#This Year',
'whats_new.htm#Previous Years'
];
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_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];
}

