function anlastToggle(a){var b=document.getElementById(a).style;if(b.display=="none"){b.display="block"}else{b.display="none"}}function anlastChStyle(c,b){var a=document.getElementById(c).style;linkid=c+"Link";linkida=c+"LinkA";if(a.display=="none"){if(b==1){document.getElementById(linkid).style.background="url('http://wrooom.anlast.com/bygg_no/searchdropdown/ArrowClosed.gif') no-repeat 0 0"}else{if(b==2){document.getElementById(linkid).style.background="url('http://wrooom.anlast.com/bygg_no/searchdropdown/ArrowSmallClosed.gif') no-repeat 10px 9px";document.getElementById(linkida).style.color="#fff";document.getElementById(linkida).style.fontWeight="normal"}else{if(b==3){document.getElementById(linkid).style.background="url('http://wrooom.anlast.com/bygg_no/searchdropdown/ArrowSmallClosed.gif') no-repeat 20px 5px";document.getElementById(linkida).style.color="#fff";document.getElementById(linkida).style.fontWeight="normal"}}}}else{if(b==1){document.getElementById(linkid).style.background="url('http://wrooom.anlast.com/bygg_no/searchdropdown/ArrowOpen.gif') no-repeat 0 0"}else{if(b==2){document.getElementById(linkid).style.background="url('http://wrooom.anlast.com/bygg_no/searchdropdown/ArrowSmallOpen.gif') no-repeat 10px 9px";document.getElementById(linkida).style.color="#fff000";document.getElementById(linkida).style.fontWeight="bold"}else{if(b==3){document.getElementById(linkid).style.background="url('http://wrooom.anlast.com/bygg_no/searchdropdown/ArrowSmallOpen.gif') no-repeat 20px 5px";document.getElementById(linkida).style.color="#fff000";document.getElementById(linkida).style.fontWeight="bold"}}}}};
