if (document.images) {
sub0on = new Image();
sub0on.src = "images/contact_us_on.gif";
sub0off= new Image();
sub0off.src = "images/contact_us_off.gif";

sub1on = new Image();
sub1on.src = "images/home_on.gif";
sub1off= new Image();
sub1off.src = "images/home_off.gif";

sub2on = new Image();
sub2on.src = "images/about_on.gif";
sub2off= new Image();
sub2off.src = "images/about_off.gif";

sub3on = new Image();
sub3on.src = "images/hotels_for_sale_on.gif";
sub3off= new Image();
sub3off.src = "images/hotels_for_sale_off.gif";

sub4on = new Image();
sub4on.src = "images/recent_transactions_on.gif";
sub4off= new Image();
sub4off.src = "images/recent_transactions_off.gif";

sub5on = new Image();
sub5on.src = "images/downloads_on.gif";
sub5off= new Image();
sub5off.src = "images/downloads_off.gif";

sub6on = new Image();
sub6on.src = "images/news_on.gif";
sub6off= new Image();
sub6off.src = "images/news_off.gif";

sub7on = new Image();
sub7on.src = "images/research_on.gif";
sub7off= new Image();
sub7off.src = "images/research_off.gif";

sub8on = new Image();
sub8on.src = "images/finance_on.gif";
sub8off= new Image();
sub8off.src = "images/finance_off.gif";

}

function imageon(imgName){
        if (document.images) {
    document[imgName].src = eval(imgName + 'on.src')
}}

function imageoff(imgName){
        if (document.images) {
    document[imgName].src = eval(imgName + 'off.src')
}}
