

//selectall_generalnews
if(emailSelectedAll_generalnews=="True"){
	document.getElementById("selectall_generalnews").innerHTML = "<label class=\"checkbox allnews\"  for=\"allnews\"><input type=\"checkbox\" checked=\"checked\" id=\"allnews\" onclick=\"selectEmail('17 1 18 14','allnews','msg1');\" /><span id=\"msg1\"  onblur=\"this.style.cssText='color:#E37931';\" onmouseover=\"this.style.cssText='color:#000';\" onfocus=\"this.style.cssText='color:#000';\" onmouseout=\"this.style.cssText='color:#E37931';\">Deselect all</span></label>"
}else{
	document.getElementById("selectall_generalnews").innerHTML = "<label class=\"checkbox allnews\"  for=\"allnews\"><input type=\"checkbox\" id=\"allnews\" onclick=\"selectEmail('17 1 18 14','allnews','msg1');\" /><span id=\"msg1\"  onblur=\"this.style.cssText='color:#E37931';\" onmouseover=\"this.style.cssText='color:#000';\" onfocus=\"this.style.cssText='color:#000';\" onmouseout=\"this.style.cssText='color:#E37931';\">Select all</span></label>"
}

//selectall_regionalnews
if(emailSelectedAll_regionalnews=="True"){
	document.getElementById("selectall_regionalnews").innerHTML = "<label class=\"checkbox allnews\" for=\"allregions\"><input type=\"checkbox\" checked=\"checked\" id=\"allregions\" onclick=\"selectEmail('3 5 4','allregions','msg2');\" /><span id=\"msg2\" onblur=\"this.style.cssText='color:#E37931';\" onmouseover=\"this.style.cssText='color:#000';\" onfocus=\"this.style.cssText='color:#000';\" onmouseout=\"this.style.cssText='color:#E37931';\">Deselect all</span></label>"
}else{
	document.getElementById("selectall_regionalnews").innerHTML = "<label class=\"checkbox allnews\" for=\"allregions\"><input type=\"checkbox\" id=\"allregions\" onclick=\"selectEmail('3 5 4','allregions','msg2');\" /><span id=\"msg2\" onblur=\"this.style.cssText='color:#E37931';\" onmouseover=\"this.style.cssText='color:#000';\" onfocus=\"this.style.cssText='color:#000';\" onmouseout=\"this.style.cssText='color:#E37931';\">Select all</span></label>"
}

//selectall_brandnews
if(emailSelectedAll_brandnews=="True"){
	document.getElementById("selectall_brandnews").innerHTML = "<label  class=\"checkbox allnews\" for=\"allbrands\"><input type=\"checkbox\" checked=\"checked\" id=\"allbrands\" onclick=\"selectEmail('6 7 8 9 12 10 11 13 15 16','allbrands','msg3');\" /><span id=\"msg3\" onblur=\"this.style.cssText='color:#E37931';\" onmouseover=\"this.style.cssText='color:#000';\" onfocus=\"this.style.cssText='color:#000';\" onmouseout=\"this.style.cssText='color:#E37931';\">Deselect all</span></label>"
}else{
	document.getElementById("selectall_brandnews").innerHTML = "<label  class=\"checkbox allnews\" for=\"allbrands\"><input type=\"checkbox\" id=\"allbrands\" onclick=\"selectEmail('6 7 8 9 12 10 11 13 15 16','allbrands','msg3');\" /><span id=\"msg3\" onblur=\"this.style.cssText='color:#E37931';\" onmouseover=\"this.style.cssText='color:#000';\" onfocus=\"this.style.cssText='color:#000';\" onmouseout=\"this.style.cssText='color:#E37931';\">Select all</span></label>"
}