/*
Method used when paging inside a category module
Will jump to anchor on paging click
This method is called from #macro displayPager_2


@anchorid is id of div tag + categoryid (example: "fourImagesOnEachRow_smallerImage_noTabs_anchor_catId_${selectedCategoryId?c}")
@catid is categoryid
*/
function jumpToAnchorCategoryModule(anchorid) {
    window.location.hash=anchorid;
}