var list_across0 = [
'_contents.htm',
'_reference.htm',
'_index.htm',
'_search.htm',
'_external.htm'
];
var list_up0 = [
'cppad.htm',
'adfun.htm',
'funconstruct.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 = [
'independent.htm',
'funconstruct.htm',
'dependent.htm',
'abort_recording.htm',
'seq_property.htm',
'funeval.htm',
'drivers.htm',
'funcheck.htm',
'optimize.htm'
];
var list_down0 = [
'fun_assign.cpp.htm'
];
var list_current0 = [
'funconstruct.htm#Syntax',
'funconstruct.htm#Purpose',
'funconstruct.htm#x',
'funconstruct.htm#y',
'funconstruct.htm#VectorAD',
'funconstruct.htm#Default Constructor',
'funconstruct.htm#Sequence Constructor',
'funconstruct.htm#Copy Constructor',
'funconstruct.htm#Assignment Operator',
'funconstruct.htm#Assignment Operator.Taylor Coefficients',
'funconstruct.htm#Assignment Operator.Sparsity Patterns',
'funconstruct.htm#Parallel Mode',
'funconstruct.htm#Example',
'funconstruct.htm#Example.Sequence Constructor',
'funconstruct.htm#Example.Default Constructor',
'funconstruct.htm#Example.Assignment Operator'
];
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];
}

