if(document.images) { donateoff = new Image(); donateoff.src = "/images/button.donate.gif"; donateover = new Image(); donateover.src = "/images/button.donate-over.gif"; volunteeroff = new Image(); volunteeroff.src = "/images/button.volunteer.gif"; volunteerover = new Image(); volunteerover.src = "/images/button.volunteer-over.gif"; emaillistoff = new Image(); emaillistoff.src = "/images/button.emaillist.gif"; emaillistover = new Image(); emaillistover.src = "/images/button.emaillist-over.gif"; bsubscribeoff = new Image(); bsubscribeoff.src = "/images/button.subscribe.gif"; bsubscribeover = new Image(); bsubscribeover.src = "/images/button.subscribe-over.gif"; bsubscribebigoff = new Image(); bsubscribebigoff.src = "/images/form.subscribe.gif"; bsubscribebigover = new Image(); bsubscribebigover.src = "/images/form.subscribe-over.gif"; headbutton1off = new Image(); headbutton1off.src = "/images/button.about.gif"; headbutton1over = new Image(); headbutton1over.src = "/images/button.about-over.gif"; headbutton1on = new Image(); headbutton1on.src = "/images/button.about-down.gif"; headbutton2off = new Image(); headbutton2off.src = "/images/button.membership.gif"; headbutton2over = new Image(); headbutton2over.src = "/images/button.membership-over.gif"; headbutton2on = new Image(); headbutton2on.src = "/images/button.membership-down.gif"; headbutton3off = new Image(); headbutton3off.src = "/images/button.public.gif"; headbutton3over = new Image(); headbutton3over.src = "/images/button.public-over.gif"; headbutton3on = new Image(); headbutton3on.src = "/images/button.public-down.gif"; headbutton4off = new Image(); headbutton4off.src = "/images/button.conference.gif"; headbutton4over = new Image(); headbutton4over.src = "/images/button.conference-over.gif"; headbutton4on = new Image(); headbutton4on.src = "/images/button.conference-down.gif"; headbutton5off = new Image(); headbutton5off.src = "/images/button.working.gif"; headbutton5over = new Image(); headbutton5over.src = "/images/button.working-over.gif"; headbutton5on = new Image(); headbutton5on.src = "/images/button.working-down.gif"; headbutton6off = new Image(); headbutton6off.src = "/images/button.awards.gif"; headbutton6over = new Image(); headbutton6over.src = "/images/button.awards-over.gif"; headbutton6on = new Image(); headbutton6on.src = "/images/button.awards-down.gif"; headbutton7off = new Image(); headbutton7off.src = "/images/button.newsroom.gif"; headbutton7over = new Image(); headbutton7over.src = "/images/button.newsroom-over.gif"; headbutton7on = new Image(); headbutton7on.src = "/images/button.newsroom-down.gif"; headbutton8off = new Image(); headbutton8off.src = "/images/button.resources.gif"; headbutton8over = new Image(); headbutton8over.src = "/images/button.resources-over.gif"; headbutton8on = new Image(); headbutton8on.src = "/images/button.resources-down.gif"; } function setOn(buttonname) { top.window.menu = buttonname ; if (document.images) { changeImages("headbutton1","headbutton1off") ; changeImages("headbutton2","headbutton2off") ; changeImages("headbutton3","headbutton3off") ; changeImages("headbutton4","headbutton4off") ; changeImages("headbutton5","headbutton5off") ; changeImages("headbutton6","headbutton6off") ; changeImages("headbutton7","headbutton7off") ; changeImages("headbutton8","headbutton8off") ; hideAll(); if (buttonname=="headbutton1") { top.window.menu="headbutton1" ; changeImages("headbutton1","headbutton1on") ; } if (buttonname=="headbutton2") { top.window.menu="headbutton2" ; changeImages("headbutton2","headbutton2on") ; } if (buttonname=="headbutton3") { top.window.menu="headbutton3" ; changeImages("headbutton3","headbutton3on") ; } if (buttonname=="headbutton4") { top.window.menu="headbutton4" ; changeImages("headbutton4","headbutton4on") ; } if (buttonname=="headbutton5") { top.window.menu="headbutton5" ; changeImages("headbutton5","headbutton5on") ; } if (buttonname=="headbutton6") { top.window.menu="headbutton6" ; changeImages("headbutton6","headbutton6on") ; } if (buttonname=="headbutton7") { top.window.menu="headbutton7" ; changeImages("headbutton7","headbutton7on") ; } if (buttonname=="headbutton8") { top.window.menu="headbutton8" ; changeImages("headbutton8","headbutton8on") ; } } } function outCheck(bname) { if (document.images) { hideAll(); var showLayer = top.window.menu + "Layer"; if (bname=="headbutton1") { if (top.window.menu=="headbutton1") changeImages("headbutton1","headbutton1on") ; else changeImages("headbutton1","headbutton1off") ; } if (bname=="headbutton2") { if (top.window.menu=="headbutton2") changeImages("headbutton2","headbutton2on") ; else changeImages("headbutton2","headbutton2off") ; } if (bname=="headbutton3") { if (top.window.menu=="headbutton3") changeImages("headbutton3","headbutton3on") ; else changeImages("headbutton3","headbutton3off") ; } if (bname=="headbutton4") { if (top.window.menu=="headbutton4") changeImages("headbutton4","headbutton4on") ; else changeImages("headbutton4","headbutton4off") ; } if (bname=="headbutton5") { if (top.window.menu=="headbutton5") changeImages("headbutton5","headbutton5on") ; else changeImages("headbutton5","headbutton5off") ; } if (bname=="headbutton6") { if (top.window.menu=="headbutton6") changeImages("headbutton6","headbutton6on") ; else changeImages("headbutton6","headbutton6off") ; } if (bname=="headbutton7") { if (top.window.menu=="headbutton7") changeImages("headbutton7","headbutton7on") ; else changeImages("headbutton7","headbutton7off") ; } if (bname=="headbutton8") { if (top.window.menu=="headbutton8") changeImages("headbutton8","headbutton8on") ; else changeImages("headbutton8","headbutton8off") ; } } } function overCheck(bname) { if (document.images) { if (bname=="headbutton1") { if (top.window.menu=="headbutton1") changeImages("headbutton1","headbutton1on") ; else changeImages("headbutton1","headbutton1over"); hideAll(); MM_showHideLayers('headbutton1Layer','','show'); } if (bname=="headbutton2") { if (top.window.menu=="headbutton2") changeImages("headbutton2","headbutton2on") ; else changeImages("headbutton2","headbutton2over"); hideAll(); MM_showHideLayers('headbutton2Layer','','show'); } if (bname=="headbutton3") { if (top.window.menu=="headbutton3") changeImages("headbutton3","headbutton3on") ; else changeImages("headbutton3","headbutton3over"); hideAll(); MM_showHideLayers('headbutton3Layer','','show'); } if (bname=="headbutton4") { if (top.window.menu=="headbutton4") changeImages("headbutton4","headbutton4on") ; else changeImages("headbutton4","headbutton4over"); hideAll(); MM_showHideLayers('headbutton4Layer','','show'); } if (bname=="headbutton5") { if (top.window.menu=="headbutton5") changeImages("headbutton5","headbutton5on") ; else changeImages("headbutton5","headbutton5over"); hideAll(); MM_showHideLayers('headbutton5Layer','','show'); } if (bname=="headbutton6") { if (top.window.menu=="headbutton6") changeImages("headbutton6","headbutton6on") ; else changeImages("headbutton6","headbutton6over"); hideAll(); MM_showHideLayers('headbutton6Layer','','show'); } if (bname=="headbutton7") { if (top.window.menu=="headbutton7") changeImages("headbutton7","headbutton7on") ; else changeImages("headbutton7","headbutton7over"); hideAll(); MM_showHideLayers('headbutton7Layer','','show'); } if (bname=="headbutton8") { if (top.window.menu=="headbutton8") changeImages("headbutton8","headbutton8on") ; else changeImages("headbutton8","headbutton8over"); hideAll(); MM_showHideLayers('headbutton8Layer','','show'); } } } function MM_findObj(n, d) { //v4.01 var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i"; } // popup window var popupwin=0; function popup() { if(popupwin) { popupwin.close(); } popupwin = open('', 'popupwin', 'scrollbars=yes,resizable=yes,width=600,height=500'); } function popupphotos() { if(popupwin) { popupwin.close(); } popupwin = open('', 'popupwin', 'scrollbars=yes,resizable=yes,width=700,height=700'); }