window.addEvent("domready",initAZWA);var myFormHelper;var baseUrl="http://azwa.org/";var formHelper=new Class({initialize:function(){select_item=$("event_dropdown");if(select_item==null){return }toggled_form=$$("div#event_name_title","div#event_name_input");if(select_item.value=="3"){toggled_form.setStyles({opacity:1,height:"auto",display:"block"})}select_item.addEvent("change",function(A){A=new Event(A);if(A.target.value=="3"){toggled_form.setStyles({opacity:1,height:"auto",display:"block"})}else{toggled_form.setStyles({opacity:0,height:"0px",display:"none"})}})}});function initAZWA(){url=location;firePreloader();if($("event_explorer")||$("view_event")||$("manage_gallery")){var B=new Lightbox()}if($("welcome")||$("sign_up")){var A={type:"html",keysClose:["c",27]};Shadowbox.init(A)}if($("become_a_sponsor")||$("edit_sponsorship")){myFormHelper=new formHelper();myFormHelper.initialize()}if($("event_description")){window.onload=function(){tinyMCE.init({mode:"none",theme:"advanced",theme_advanced_buttons1:"bold,italic,underline,link,unlink,bullist,blockquote,undo,formatselect",theme_advanced_buttons2:"",theme_advanced_buttons3:"",auto_reset_designmode:true,content_css:"/public/css/azwa_stripped.css"});tinyMCE.execCommand("mceAddControl",true,"event_description");tinyMCE.execCommand("mceAddControl",true,"event_errata")}}if($("edit_static_content")){window.onload=function(){$("loading_editor").remove();tinyMCE.init({mode:"none",theme:"advanced",theme_advanced_buttons1:"bold,italic,underline,link,unlink,bullist,blockquote,undo,formatselect",theme_advanced_buttons2:"",theme_advanced_buttons3:"",width:900,auto_reset_designmode:true,content_css:"/public/css/azwa_stripped.css"});tinyMCE.execCommand("mceAddControl",true,"edit_static_content");$("content_holder").setStyles({visibility:"visible",overflow:"auto"})}}if($("article_wysiwyg")){window.onload=function(){$("loading_editor").remove();tinyMCE.init({mode:"none",theme:"advanced",theme_advanced_buttons1:"bold,italic,underline,link,unlink,bullist,blockquote,undo,formatselect",theme_advanced_buttons2:"",theme_advanced_buttons3:"",width:775,auto_reset_designmode:true,content_css:"/public/css/azwa_stripped.css"});tinyMCE.execCommand("mceAddControl",true,"article_wysiwyg");$("content_holder").setStyles({visibility:"visible",overflow:"auto"})}}if($("edit_sponsorship")){window.onload=function(){$("loading_editor").remove();tinyMCE.init({mode:"none",theme:"advanced",theme_advanced_buttons1:"bold,italic,underline,link,unlink,bullist,blockquote,undo,formatselect",theme_advanced_buttons2:"",theme_advanced_buttons3:"",width:900,auto_reset_designmode:true,content_css:"/public/css/azwa_stripped.css"});tinyMCE.execCommand("mceAddControl",true,"edit_sponsor_page");$("content_holder").setStyles({visibility:"visible",overflow:"auto",width:"900px"})}}if($("confirm_approve_sponsor")){var C=new Calendar({sponsor_expiration_date:"Y-m-d",navigation:2})}if($("add_event")||$("edit_event")){var C=new Calendar({event_date:"Y-m-d",navigation:2})}return }function confirmDeleteUser(){var A=confirm("Do you really want to remove this user from the database permanently?");if(!A){return }else{}};