// add as many effects per function as you want
function on1() 
{if (!document.images) return; document.infoButton.src = "images/logoButtons/info_BW.gif"; document.title_display.src = "images/logoButtons/titles/info_fr.gif";} 
function on2() 
{if (!document.images) return; document.YPPButton.src = "images/logoButtons/YPP_BW.gif"; document.title_display.src = "images/logoButtons/titles/ypp_fr.gif";} 
function on3() 
{if (!document.images) return; document.socialButton.src = "images/logoButtons/social_BW.gif"; document.title_display.src = "images/logoButtons/titles/social_fr.gif";} 
function on4() 
{if (!document.images) return; document.healthButton.src = "images/logoButtons/health_BW.gif"; document.title_display.src = "images/logoButtons/titles/health_fr.gif";} 
function on5() 
{if (!document.images) return; document.legalButton.src = "images/logoButtons/legal_BW.gif"; document.title_display.src = "images/logoButtons/titles/legal_fr.gif";} 
function on6() 
{if (!document.images) return; document.J2KButton.src = "images/logoButtons/J2K_BW.gif"; document.title_display.src = "images/logoButtons/titles/j2k_fr.gif";} 
function on7() 
{if (!document.images) return; document.streetworkButton.src = "images/logoButtons/streetwork_BW.gif"; document.title_display.src = "images/logoButtons/titles/streetwork_fr.gif";} 
function on8() 
{if (!document.images) return; document.senseButton.src = "images/logoButtons/sense_BW.gif"; document.title_display.src = "images/logoButtons/titles/sense_fr.gif";} 
function onAddy() 
{document.staffPhoto.src = "images/address.gif";} 

/*--------------------------------------------------------------------------------*/
// technically for this application you only need 'off()' because they are all the same, but nevertheless...
function off1() 
{if (!document.images) return; document.infoButton.src = "images/logoButtons/info_BW.gif"; document.title_display.src = "images/logoButtons/titles/blank_title.gif";} 
function off2() 
{if (!document.images) return; document.YPPButton.src = "images/logoButtons/YPP_BW.gif"; document.title_display.src = "images/logoButtons/titles/blank_title.gif";} 
function off3() 
{if (!document.images) return; document.socialButton.src = "images/logoButtons/social_BW.gif"; document.title_display.src = "images/logoButtons/titles/blank_title.gif";} 
function off4() 
{if (!document.images) return; document.healthButton.src = "images/logoButtons/health_BW.gif"; document.title_display.src = "images/logoButtons/titles/blank_title.gif";} 
function off5() 
{if (!document.images) return; document.legalButton.src = "images/logoButtons/legal_BW.gif"; document.title_display.src = "images/logoButtons/titles/blank_title.gif";} 
function off6() 
{if (!document.images) return; document.J2KButton.src = "images/logoButtons/J2K_BW.gif";  document.title_display.src = "images/logoButtons/titles/blank_title.gif";} 
function off7() 
{if (!document.images) return; document.streetworkButton.src = "images/logoButtons/streetwork_BW.gif"; document.title_display.src = "images/logoButtons/titles/blank_title.gif";} 
function off8() 
{if (!document.images) return; document.senseButton.src = "images/logoButtons/sense_BW.gif"; document.title_display.src = "images/logoButtons/titles/blank_title.gif";} 
function offAddy() 
{document.staffPhoto.src = "images/staff/blankPhoto.jpg";} 
/*--------------------------------------------------------------------------------*/

