﻿var date = new Date();

function expandSelTree(whichID)
{
self.location = "?InfoCategoryList210_sel=" + whichID + "&#38;InfoPublishInit_CategoryID=" + whichID +"&amp;time=" + date.getTime();
}
function refreshPointPages(urlpage,whichID)
{
  self.location =  urlpage+"?InfoViewList210_action=List&#38;InfoCategoryList210_highlight=" + whichID + "&#38;InfoViewList210_CategoryID=" + whichID +"&#38;time=" + date.getTime();
}