var list_across0 = [
'_contents.htm',
'_reference.htm',
'_index.htm',
'_search.htm',
'_external.htm'
];
var list_up0 = [
'cppad.htm',
'example.htm',
'general.htm',
'ode_taylor_adolc.cpp.htm'
];
var list_down3 = [
'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_down2 = [
'general.htm',
'exampleutility.htm',
'listallexamples.htm',
'test_vector.htm'
];
var list_down1 = [
'ad_fun.cpp.htm',
'ad_in_c.cpp.htm',
'conj_grad.cpp.htm',
'hesminordet.cpp.htm',
'hesludet.cpp.htm',
'interface2c.cpp.htm',
'jacminordet.cpp.htm',
'jacludet.cpp.htm',
'mul_level.htm',
'odestiff.cpp.htm',
'ode_taylor.cpp.htm',
'ode_taylor_adolc.cpp.htm',
'stackmachine.cpp.htm'
];
var list_current0 = [
'ode_taylor_adolc.cpp.htm#Purpose',
'ode_taylor_adolc.cpp.htm#ODE',
'ode_taylor_adolc.cpp.htm#ODE Solution',
'ode_taylor_adolc.cpp.htm#Derivative of ODE Solution',
'ode_taylor_adolc.cpp.htm#Taylor\'s Method Using AD',
'ode_taylor_adolc.cpp.htm#base_adolc.hpp',
'ode_taylor_adolc.cpp.htm#Memory Management',
'ode_taylor_adolc.cpp.htm#Configuration Requirement'
];
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];
}

