[jQuery] invoke jQuery Cycle Plugin - help please!

[jQuery] invoke jQuery Cycle Plugin - help please!


Hello!
I've really tried to search for this specifick problem.
Is it possible to invoke the Cycle Plugin to just do at specific
transition between 2 specific children?
example:
<div id="placeholder">
<div id="my_id1">test test</div>
<div id="my_id2">test test</div>
<div id="my_id3">test test</div>
<div id="my_id4">test test</div>
<div id="my_id5">test test</div>
</div>
how do I use the cycle plugin to make a specific transition between,
let's say my_id1 and my_id4 ...and then my_id4 and my_id2? What I'm
trying to do is a cool menu/navigation system with the use of the
really nice cycle transitions.
I've also read the sourcecode, but are having problem to understand
some of the options in the API
Example: prevNextClick: null, // callback fn for prev/next clicks:
function(isNext, zeroBasedSlideIndex, slideElement)
Am I on the right track with this option or what does this one
do...how should i use it?
Thanks in advance / Boris