<!--
if (document.images) {
img01on = new Image(); img01on.src = "_images/buttons/home_on.gif"; 
img01off = new Image(); img01off.src = "_images/buttons/home_off.gif"; 
img02on = new Image(); img02on.src = "_images/buttons/career_search_on.gif"; 
img02off = new Image(); img02off.src = "_images/buttons/career_search_off.gif"; 
img03on = new Image(); img03on.src = "_images/buttons/jobs_by_email_on.gif"; 
img03off = new Image(); img03off.src = "_images/buttons/jobs_by_email_off.gif"; 
img04on = new Image(); img04on.src = "_images/buttons/recruiters_on.gif"; 
img04off = new Image(); img04off.src = "_images/buttons/recruiters_off.gif"; 
img05on = new Image(); img05on.src = "_images/buttons/advertise_on.gif"; 
img05off = new Image(); img05off.src = "_images/buttons/advertise_off.gif"; 
img06on = new Image(); img06on.src = "_images/buttons/services_on.gif"; 
img06off = new Image(); img06off.src = "_images/buttons/services_off.gif"; 
img07on = new Image(); img07on.src = "_images/buttons/quick_register_on.gif"; 
img07off = new Image(); img07off.src = "_images/buttons/quick_register_off.gif"; 
img10on = new Image(); img10on.src = "_images/buttons/salary_on.gif"; 
img10off = new Image(); img10off.src = "_images/buttons/salary_off.gif";
img11on = new Image(); img11on.src = "_images/buttons/knowledge_on.gif"; 
img11off = new Image(); img11off.src = "_images/buttons/knowledge_off.gif";
img12on = new Image(); img12on.src = "_images/buttons/salary_on.gif"; 
img12off = new Image(); img12off.src = "_images/buttons/salary_off.gif";
img13on = new Image(); img13on.src = "_images/buttons/blog_on.gif"; 
img13off = new Image(); img13off.src = "_images/buttons/blog_off.gif";
img14on = new Image(); img14on.src = "_images/buttons/career_on.gif"; 
img14off = new Image(); img14off.src = "_images/buttons/career_off.gif";
       }
function rollOn(imgName) {
        if (document.images) {
            document[imgName].src = eval(imgName + "on.src");
        }}
function rollOff(imgName) {
        if (document.images) {
            document[imgName].src = eval(imgName + "off.src");
        }}
// -->
