I have the following array setup, i,e:
var myArray = new Array();
Using this array, I am creating a breadcrumb menu dynamically as the user add
http://www.w3schools.com/jsref/jsref_splice.asp
Splice should recalculate the correct indexes for future access.