<!--
var NN3 = false;

image01= new Image();
image01.src = "images/hp/mleft-01-bb1.png";
image01on = new Image();
image01on.src = "images/hp/mleft-01-bb2.png";


image02= new Image();
image02.src = "images/hp/mleft-02-tb1.png";
image02on = new Image();
image02on.src = "images/hp/mleft-02-tb2.png";


image03= new Image();
image03.src = "images/hp/mleft-03-en1.png";
image03on = new Image();
image03on.src = "images/hp/mleft-03-en2.png";


image04= new Image();
image04.src = "images/hp/mleft-04-tf1.png";
image04on = new Image();
image04on.src = "images/hp/mleft-04-tf2.png";

image05= new Image();
image05.src = "images/hp/mleft-05-lp1.png";
image05on = new Image();
image05on.src = "images/hp/mleft-05-lp2.png";

image06= new Image();
image06.src = "images/hp/mleft-06-tq1.png";
image06on = new Image();
image06on.src = "images/hp/mleft-06-tq2.png";

image07= new Image();
image07.src = "images/hp/mleft-07-tip1.png";
image07on = new Image();
image07on.src = "images/hp/mleft-07-tip2.png";

image08= new Image();
image08.src = "images/hp/mleft-08-lag1.png";
image08on = new Image();
image08on.src = "images/hp/mleft-08-lag2.png";

image09= new Image();
image09.src = "images/hp/mleft-09-sod1.png";
image09on = new Image();
image09on.src = "images/hp/mleft-09-sod2.png";

image10= new Image();
image10.src = "images/hp/mleft-10-mr1.png";
image10on = new Image();
image10on.src = "images/hp/mleft-10-mr2.png";

image11= new Image();
image11.src = "images/hp/mright-01-aoa1.png";
image11on = new Image();
image11on.src = "images/hp/mright-01-aoa2.png";

image12= new Image();
image12.src = "images/hp/mright-02-nwo1.png";
image12on = new Image();
image12on.src = "images/hp/mright-02-nwo2.png";

image13= new Image();
image13.src = "images/hp/mright-03-nau1.png";
image13on = new Image();
image13on.src = "images/hp/mright-03-nau2.png";

image14= new Image();
image14.src = "images/hp/mright-04-ss1.png";
image14on = new Image();
image14on.src = "images/hp/mright-04-ss2.png";

image15= new Image();
image15.src = "images/hp/mright-05-tna1.png";
image15on = new Image();
image15on.src = "images/hp/mright-05-tna2.png";

image16= new Image();
image16.src = "images/hp/mright-06-fl1.png";
image16on = new Image();
image16on.src = "images/hp/mright-06-fl2.png";

image17= new Image();
image17.src = "images/hp/mright-07-aoe1.png";
image17on = new Image();
image17on.src = "images/hp/mright-07-aoe2.png";

image18= new Image();
image18.src = "images/hp/mright-08-lom1.png";
image18on = new Image();
image18on.src = "images/hp/mright-08-lom2.png";

image19= new Image();
image19.src = "images/hp/mright-09-hi1.png";
image19on = new Image();
image19on.src = "images/hp/mright-09-hi2.png";

image20= new Image();
image20.src = "images/hp/mright-10-tit1.png";
image20on = new Image();
image20on.src ="images/hp/mright-10-tit2.png";

image21= new Image();
image21.src = "images/hp/H1N1-Flu-Fakery-mout.png";
image21on = new Image();
image21on.src ="images/hp/H1N1-Flu-Fakery-movr.png";

image22= new Image();
image22.src = "images/hp/World-Dominance-mout.png";
image22on = new Image();
image22on.src ="images/hp/World-Dominance-movr.png";

function on3(name)   {
        document[name].src = eval(name + "on.src");
}
function off3(name)  {
        document[name].src = eval(name + ".src");

}
NN3 = true;

function on(name)  {
        if (NN3) on3(name);
}
function off(name)  {
        if (NN3) off3(name);
}
-->