if (document.images)
{
   InspectorTools_off     = new Image();
   InspectorTools_off.src = '/images/member/InspectorTools_butt_off.gif';
   InspectorTools_on      = new Image();
   InspectorTools_on.src  = '/images/member/InspectorTools_butt_on.gif';       
   
   PeerReview_off     = new Image();
   PeerReview_off.src = '/images/member/PeerReview_butt_off.gif';
   PeerReview_on      = new Image();
   PeerReview_on.src  = '/images/member/PeerReview_butt_on.gif';       

   ProfileManagement_off     = new Image();
   ProfileManagement_off.src = '/images/member/ProfileManagement_butt_off.gif';
   ProfileManagement_on      = new Image();
   ProfileManagement_on.src  = '/images/member/ProfileManagement_butt_on.gif';   
   
   SurgiCenterAccreditation_off     = new Image();
   SurgiCenterAccreditation_off.src = '/images/member/SurgiCenterAccreditation_butt_off.gif';
   SurgiCenterAccreditation_on      = new Image();
   SurgiCenterAccreditation_on.src  = '/images/member/SurgiCenterAccreditation_butt_on.gif';      
           
}
        								 
