var guideDataArray=new Array(["guide-tab-recent","86","0","-21px","guide-table-recent"],["guide-tab-popular","91","-42px","-63px","guide-table-popular"],["guide-tab-discussed","99","-84px","-105px","guide-table-discussed"]);function changeWidgetTabState(objectId,widgetType){switch(widgetType){case"module-guide":var parseArray=guideDataArray;break;default:break}for(var i=0;i<parseArray.length;i++){var anchorObject=document.getElementById(parseArray[i][0]);var tableObject=document.getElementById(parseArray[i][4]);if(objectId==parseArray[i][0]){setWidgetTabState(anchorObject,tableObject,parseArray[i][3],"block")}else{setWidgetTabState(anchorObject,tableObject,parseArray[i][2],"none")}}}function setWidgetTabState(anchorObject,tableObject,positionY,displayType){if(-1!=(navigator.userAgent).indexOf("MSIE")||-1!=(navigator.userAgent).indexOf("AppleWebKit")){anchorObject.style.backgroundPositionY=positionY}else{var styleString="background-position: 0 "+positionY+";";anchorObject.setAttribute("style",styleString)}tableObject.style.display=displayType};