function init_toggle(start,num){for(x=start;x<=num;x++){document.getElementById("deets_"+x).style.display="none";document.getElementById("title_"+x).style.background="url(/_images/html/arrow1.gif) no-repeat 0 5px";document.body.style.height="auto";}}function toggle_deets(id){if(document.getElementById("deets_"+id).style.display=="none"){document.getElementById("deets_"+id).style.display="block";document.getElementById("title_"+id).style.background="url(/_images/html/arrow1_down.gif) no-repeat 0 5px";}else{document.getElementById("deets_"+id).style.display="none";document.getElementById("title_"+id).style.background="url(/_images/html/arrow1.gif) no-repeat 0 5px";}}function toggleMap(){document.getElementById("storeMap").style.display="block";}
