﻿var date = new Date();

function expandTree(whichID)
{
self.location = "InfoCategoryInfoList.html?InfoCategoryList150_sel=" + whichID + "&#38;InfoPublishInit_CategoryID=" + whichID +"&#38;InfoHotList150_action=Singlepagelist&amp;InfoFocusList150_action=Singlepagelist&amp;time=" + date.getTime();
}
function refreshPages(whichID)
{
  self.location = "InfoMultiPage.html?InfoList150_action=more&InfoPublish_CategoryID=" + whichID;
}                  
