﻿var lastSwitchID = "-1";var lastSwitchState = "";var allCategoriesSelected = false;function showHideSwitch(theid) {var imgchk = document.getElementById("imgchkallcategories");var i;document.getElementById("imgchkYCTVContent").src = "images/check.gif";showYCTVAtt = false;if (theid != "tdchk") {Hide2("imgloadtop", false, "images/loader.gif");imgchk.src = "images/check_on.gif";if (allCategoriesSelected) {for (i = 0; i < categories_code.length; i++) {var switch_id = document.getElementById("m_" + categories_code[i]);switch_id.className = "hideSwitch";document.getElementById("tr_" + categories_code[i]).className = "hideSwitch";document.getElementById("td" + categories_code[i]).style.backgroundImage = "url(images/fondo.jpg)";}}imgchk.src = "images/check.gif";if (lastSwitchID != "-1" && theid != lastSwitchID) {document.getElementById("m_" + lastSwitchID).className = "hideSwitch";document.getElementById("tr_" + lastSwitchID).className = "hideSwitch";}var switch_id = document.getElementById("m_" + theid);if (lastSwitchState != "show" || theid != lastSwitchID) {switch_id.className = "showSwitch";document.getElementById("tr_" + theid).className = "showSwitch";lastSwitchState = "show";setCategory(theid);DoCrossRequest("call=cat&catid=" + theid);} else {switch_id.className = "hideSwitch";document.getElementById("tr_" + theid).className = "hideSwitch";lastSwitchState = "hide";setCategory(-1);}lastSwitchID = theid;allCategoriesSelected = false;setTimeout("Hide2('imgloadtop',true,'images/loader.gif');", 300);} else {ObjIdimgUp = "tdchk";ObjSrc = "images/fondo_top.jpg";lastSwitchID = "-1";if (!allCategoriesSelected) {Hide2("imgloadtop", false, "images/loader.gif");imgchk.src = "images/check_on.gif";allCategoriesSelected = true;document.getElementById(theid).style.backgroundImage = "url(images/fondo_top_up.jpg)";for (i = 0; i < categories_code.length; i++) {var switch_id = document.getElementById("m_" + categories_code[i]);switch_id.className = "showSwitch";document.getElementById("tr_" + categories_code[i]).className = "showSwitch";document.getElementById("td" + categories_code[i]).style.backgroundImage = "url(images/fondo_up.jpg)";}lastSwitchState = "show";setCategory(-1);setTimeout("Hide2('imgloadtop',true,'images/loader.gif');", 300);} else {Hide2("imgloadtop", false, "images/loader2.gif");allCategoriesSelected = false;imgchk.src = "images/check.gif";document.getElementById(theid).style.backgroundImage = "url(images/fondo_top.jpg)";for (i = 0; i < categories_code.length; i++) {var switch_id = document.getElementById("m_" + categories_code[i]);switch_id.className = "hideSwitch";document.getElementById("tr_" + categories_code[i]).className = "hideSwitch";document.getElementById("td" + categories_code[i]).style.backgroundImage = "url(images/fondo.jpg)";}lastSwitchState = "hide";setTimeout("Hide2('imgloadtop',true,'images/loader2.gif');", 300);}}}
