<!--
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/about_on.gif";   
img02off = new Image(); img02off.src = "_images/buttons/about_off.gif"; 
img03on = new Image(); img03on.src = "_images/buttons/clients_on.gif";   
img03off = new Image(); img03off.src = "_images/buttons/clients_off.gif"; 
img04on = new Image(); img04on.src = "_images/buttons/candidates_on.gif";   
img04off = new Image(); img04off.src = "_images/buttons/candidates_off.gif"; 
img05on = new Image(); img05on.src = "_images/buttons/register_on.gif";   
img05off = new Image(); img05off.src = "_images/buttons/register_off.gif"; 
img06on = new Image(); img06on.src = "_images/buttons/resources_on.gif";   
img06off = new Image(); img06off.src = "_images/buttons/resources_off.gif"; 
img07on = new Image(); img07on.src = "_images/buttons/contact_on.gif";   
img07off = new Image(); img07off.src = "_images/buttons/contact_off.gif"; 
img08on = new Image(); img08on.src = "_images/buttons/testimonials_on.gif";   
img08off = new Image(); img08off.src = "_images/buttons/testimonials_off.gif";
img09on = new Image(); img09on.src = "_images/buttons/articles_on.gif";   
img09off = new Image(); img09off.src = "_images/buttons/articles_off.gif"; 
img10on = new Image(); img10on.src = "_images/buttons/tax_blog_on.gif";   
img10off = new Image(); img10off.src = "_images/buttons/tax_blog_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");
        }}
// -->
