function contentToggle(myID) { myID.style.display =(myID.style.display == 'none') ? '' : 'none'; } var head = document.getElementsByTagName('head')[0], style = document.createElement('style'), rules = document.createTextNode('#boomtime_event h1{font-size:1.1em;} /*Hotspot Clarification CSS, MB 5/30/2018*/ .hotspot_more::before{ content:"Click to See "; } .hotspot_more .hotspot{ font-weight:bold; color:#ed9532; text-decoration:underline #ed9532; } .hotspot_more span:hover{ color:#666600; cursor:pointer; } .service_name{ color:#ed9532; text-decoration:underline #ed9532; } .service_name:hover{ color:#666600; cursor:pointer; } .service_name::after{ content:" | Click for a full description"; } .boomtime_hotspot {color: #000; border-bottom: 1px dotted #000; cursor: help;}.boomtime_hotspot:hover {color: rgb(97, 34, 132);}'); style.type = 'text/css'; if(style.styleSheet) style.styleSheet.cssText = rules.nodeValue; else style.appendChild(rules); head.appendChild(style);document.getElementById('boomtime_hours').innerHTML = "
Monday9:00am-5:00pm
Tuesday9:00am-5:00pm
Wednesday9:00am-2:30pm
Thursday9:00am-5:00pm
Friday9:00am-6:00pm
"