function init( sPrevious, sNext )
{
    if ( parent.hlpTop )
    {
        parent.hlpTop.sPrevious = sPrevious;
        parent.hlpTop.sNext = sNext;
    }
}

