var offset=0;var offset_inc=5;function getNextRec()
{offset+=offset_inc;pendURL.push('/cgi-perl/system/recommended.mpl?ajax_response=1&div_id=suggestions&system_id='+gSystemID+'&offset='+offset);}
function getPrevRec()
{offset-=offset_inc;pendURL.push('/cgi-perl/system/recommended.mpl?ajax_response=1&div_id=suggestions&system_id='+gSystemID+'&offset='+offset);}
