<!--
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/post_a_job_on.gif"; 
img05off = new Image(); img05off.src = "_images/buttons/post_a_job_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"; 
img08on = new Image(); img08on.src = "_images/buttons/advertise_on.gif"; 
img08off = new Image(); img08off.src = "_images/buttons/advertise_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/mycareer_on.gif"; 
img11off = new Image(); img11off.src = "_images/buttons/mycareer_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/cv_interview_advice_on.gif"; 
img13off = new Image(); img13off.src = "_images/buttons/cv_interview_advice_off.gif";
img14on = new Image(); img14on.src = "_images/buttons/hot_seat_on.gif"; 
img14off = new Image(); img14off.src = "_images/buttons/hot_seat_off.gif";
img15on = new Image(); img15on.src = "_images/buttons/recruiter_on.gif"; 
img15off = new Image(); img15off.src = "_images/buttons/recruiter_off.gif";
img16on = new Image(); img16on.src = "_images/buttons/readmore_on.gif"; 
img16off = new Image(); img16off.src = "_images/buttons/readmore_off.gif";
img21on = new Image(); img21on.src = "_images/buttons/profile_on.gif"; 
img21off = new Image(); img21off.src = "_images/buttons/profile_off.gif"; 
img22on = new Image(); img22on.src = "_images/buttons/password_on.gif"; 
img22off = new Image(); img22off.src = "_images/buttons/password_off.gif"; 
img23on = new Image(); img23on.src = "_images/buttons/applications_on.gif"; 
img23off = new Image(); img23off.src = "_images/buttons/applications_off.gif"; 
img24on = new Image(); img24on.src = "_images/buttons/terms_on.gif"; 
img24off = new Image(); img24off.src = "_images/buttons/terms_off.gif"; 
img25on = new Image(); img25on.src = "_images/buttons/privacy_on.gif"; 
img25off = new Image(); img25off.src = "_images/buttons/privacy_off.gif"; 
img26on = new Image(); img26on.src = "_images/buttons/logout_on.gif"; 
img26off = new Image(); img26off.src = "_images/buttons/logout_off.gif";
img27on = new Image(); img27on.src = "_images/buttons/edit_search_on.gif"; 
img27off = new Image(); img27off.src = "_images/buttons/edit_search_off.gif";
img30on = new Image(); img30on.src = "_images/buttons/my_account_on.gif"; 
img30off = new Image(); img30off.src = "_images/buttons/my_account_off.gif"; 
img31on = new Image(); img31on.src = "_images/buttons/upload_cv_on.gif"; 
img31off = new Image(); img31off.src = "_images/buttons/upload_cv_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");
        }}
// -->
