function confirmDelete(){var agree=confirm("Are you ABSOLUTELY SURE you wish to DELETE this article?\n\nThis cannot be undone and your changes will be lost!\n\nClick 'Cancel' to abort.  Click 'OK' to continue.");if(agree){self.location='news.php';return true}else{return false}}function toggleSection(controlDiv,sectionDiv){var myTar=document.getElementById(sectionDiv);if(controlDiv.className=='dropDownClosed'){controlDiv.className='dropDownOpen';myTar.className='newsEditElements dropDownSectionOpen';saveToggleState(sectionDiv,'Open')}else{controlDiv.className='dropDownClosed';myTar.className='newsEditElements dropDownSectionClosed';saveToggleState(sectionDiv,'Closed')}return true}function saveToggleState(name,value){var expire="";expire=new Date((new Date()).getTime()+24*3600000);expire="; expires="+expire.toGMTString();document.cookie=name+"="+escape(value)+expire}function previewImg(p,w,h){window.open('/admin/popup_img_preview.php?p='+p+'&w='+w+'&h='+h,'imgPreview','scrollbars=yes,resizable=yes,width='+(w+40)+',height='+(h+80));return true}function updateMetroAreas(){var myObj = document.getElementById("metroAreasChanged");myObj.value = '1';return true;}