/*********************************************** * Pop-it menu- © Dynamic Drive (www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit http://www.dynamicdrive.com/ for full source code ***********************************************/ var defaultMenuWidth="250px" //set default menu width. var linkset=new Array() //SPECIFY MENU SETS AND THEIR LINKS. FOLLOW SYNTAX LAID OUT linkset[0]='History of United Way' linkset[0]+='Who is United Way Ghana?' linkset[0]+='Vision And Mission' linkset[0]+='Values' linkset[0]+='Core Service Areas' linkset[0]+='Why support UW Ghana' linkset[0]+='Governing Council' linkset[0]+='Contact Us' linkset[1]='Day of Caring ' linkset[1]+='Join Us' linkset[2]='Share with your community' linkset[2]+='Benefits' linkset[2]+='ePledge' linkset[3]='Our Partners' linkset[3]+='Corporate' linkset[3]+='Development Agencies' linkset[3]+='NGOs & Associations' linkset[3]+='Diplomatic Missions' linkset[3]+='Individuals' linkset[4]='Days of Caring' linkset[4]+='Akropong scholarship' linkset[4]+='Beads Project' linkset[4]+='Leadership Visit' linkset[4]+='NGOs Training' linkset[4]+='Wine Tasting' linkset[5]='Day of Caring 2006' linkset[5]+='Day of Caring 2007' linkset[7]='Volunteering' linkset[7]+='Ways to find time' linkset[7]+='Get Involved!' linkset[8]='Mother Teresa School For Girls' linkset[8]+='Street Girls Aid' linkset[8]+='Joseph Assignment' linkset[8]+='Qubbatul Khadrah' linkset[8]+='HIV/AIDS Orphan' linkset[8]+='Help Age Ghana' linkset[8]+='Akropong School for the Blind' linkset[8]+='Women Support' linkset[8]+='Asaase Aban Beads' linkset[8]+='Scholarship for Primary and Junior High Schools' linkset[9]='Promoting Your Organization' linkset[9]+='Writing a funding proposal' linkset[9]+='Strategic Planning' linkset[9]+='Action Planning' linkset[9]+='Developing Financing Strategy' linkset[9]+='Monitoring and Evaluation' linkset[9]+='Financial Control and Accountability' ////No need to edit beyond here var ie5=document.all && !window.opera var ns6=document.getElementById if (ie5||ns6) document.write('
') function iecompattest(){ return (document.compatMode && document.compatMode.indexOf("CSS")!=-1)? document.documentElement : document.body } function showmenu(e, which, optWidth){ if (!document.all&&!document.getElementById) return clearhidemenu() menuobj=ie5? document.all.popitmenu : document.getElementById("popitmenu") menuobj.innerHTML=which menuobj.style.width=(typeof optWidth!="undefined")? optWidth : defaultMenuWidth menuobj.contentwidth=menuobj.offsetWidth menuobj.contentheight=menuobj.offsetHeight eventX=ie5? event.clientX : e.clientX eventY=ie5? event.clientY : e.clientY //Find out how close the mouse is to the corner of the window var rightedge=ie5? iecompattest().clientWidth-eventX : window.innerWidth-eventX var bottomedge=ie5? iecompattest().clientHeight-eventY : window.innerHeight-eventY //if the horizontal distance isn't enough to accomodate the width of the context menu if (rightedge