function show(el){document.getElementById(el).style.display="block";}function hide(el){document.getElementById(el).style.display="none";}function toggleContainer(el,_4){var _5=document.getElementById(el);if(_5.currentStyle){boxStyle=_5.currentStyle["display"];}else{if(window.getComputedStyle){var _6=window.getComputedStyle(_5,"");boxStyle=_6.getPropertyValue("display");}}if(boxStyle=="none"){show(el);document.getElementById(_4).innerHTML="close &raquo;";}else{hide(el);document.getElementById(_4).innerHTML="read more &raquo;";}}function popUp(_7){day=new Date();id=day.getTime();URL="../includes/pressreleaseitemcontainer/pressRelease"+_7+".cfm";eval("page"+id+" = window.open(URL, '"+id+"', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=600,height=700,left = 200,top = 100');");}