window.onerror=null;
if (document.images) {
//Bazaar
               toc10on = new Image(); 
               toc10on.src = "/file_depot/0-10000000/10000-20000/19686/folder/45125/2_bazaar_on.gif";
               toc10off = new Image(); 
               toc10off.src = "/file_depot/0-10000000/10000-20000/19686/folder/45125/2_bazaar_off.gif";
//Qualities
               toc11on = new Image(); 
               toc11on.src = "/file_depot/0-10000000/10000-20000/19686/folder/45125/2_qual_on.gif";
               toc11off = new Image(); 
               toc11off.src = "/file_depot/0-10000000/10000-20000/19686/folder/45125/2_qual_off.gif";
//Structure
               toc12on = new Image(); 
               toc12on.src = "/file_depot/0-10000000/10000-20000/19686/folder/45125/2_struct_on.gif";
               toc12off = new Image(); 
               toc12off.src = "/file_depot/0-10000000/10000-20000/19686/folder/45125/2_struct_off.gif";
//Practices
               toc13on = new Image(); 
               toc13on.src = "/file_depot/0-10000000/10000-20000/19686/folder/45125/2_practice_on.gif";
               toc13off = new Image(); 
               toc13off.src = "/file_depot/0-10000000/10000-20000/19686/folder/45125/2_practice_off.gif";
               }
function img_onact(imgName) {
               if (document.images) {
               imgOn = eval(imgName + "on.src");
               document [imgName].src = imgOn;
               }
       }
function img_offoffinact(imgName) {
               if (document.images) {
               imgOff = eval(imgName + "off.src");
               document [imgName].src = imgOff;
               }
       }

