//preloading images        or1on = new Image();        or1on.src = "/images/r_or1.gif";        or2on = new Image();        or2on.src = "/images/r_or2.gif";        or3on = new Image();        or3on.src = "/images/r_or3.gif";        or4on = new Image();        or4on.src = "/images/r_or4.gif";        or5on = new Image();        or5on.src = "/images/r_or5.gif";        or6on = new Image();        or6on.src = "/images/r_or6.gif";        or7on = new Image();        or7on.src = "/images/r_or7.gif";        or8on = new Image();        or8on.src = "/images/r_or8.gif";        tr1on = new Image();        tr1on.src = "/images/r_tr1.gif";        tr2on = new Image();        tr2on.src = "/images/pixel.gif";        tr3on = new Image();        tr3on.src = "/images/r_tr3.gif";        tr4on = new Image();        tr4on.src = "/images/r_tr4.gif";        tr5on = new Image();        tr5on.src = "/images/pixel.gif";        tr6on = new Image();        tr6on.src = "/images/r_tr6.gif";        tr7on = new Image();        tr7on.src = "/images/r_tr7.gif";        tr8on = new Image();        tr8on.src = "/images/r_tr8.gif";        se1on = new Image();        se1on.src = "/images/r_se1.gif";        se2on = new Image();        se2on.src = "/images/pixel.gif";        se3on = new Image();        se3on.src = "/images/r_se3.gif";        se4on = new Image();        se4on.src = "/images/r_se4.gif";        se5on = new Image();        se5on.src = "/images/r_se5.gif";        se6on = new Image();        se6on.src = "/images/pixel.gif";        se7on = new Image();        se7on.src = "/images/r_se7.gif";        se8on = new Image();        se8on.src = "/images/r_se8.gif";        fr1on = new Image();        fr1on.src = "/images/pixel.gif";        fr2on = new Image();        fr2on.src = "/images/r_fr2.gif";        fr3on = new Image();        fr3on.src = "/images/r_fr3.gif";        fr4on = new Image();        fr4on.src = "/images/r_fr4.gif";        fr5on = new Image();        fr5on.src = "/images/r_fr5.gif";        fr6on = new Image();        fr6on.src = "/images/r_fr6.gif";        fr7on = new Image();        fr7on.src = "/images/r_fr7.gif";        fr8on = new Image();        fr8on.src = "/images/pixel.gif";                alloff = new Image();        alloff.src = "/images/pixel.gif";        orchardon = new Image();        orchardon.src = "/images/r_orchard1.gif";        orchardoff = new Image();        orchardoff.src = "/images/r_orchard0.gif";        treeon = new Image();        treeon.src = "/images/r_tree1.gif";        treeoff = new Image();        treeoff.src = "/images/r_tree0.gif";        seedon = new Image();        seedon.src = "/images/r_seed1.gif";        seedoff = new Image();        seedoff.src = "/images/r_seed0.gif";        fruiton = new Image();        fruiton.src = "/images/r_fruit1.gif";        fruitoff = new Image();        fruitoff.src = "/images/r_fruit0.gif";                apple01on = new Image();        apple01on.src = "/images/apple11.gif";        apple01off = new Image();        apple01off.src = "/images/apple01.gif";        apple02on = new Image();        apple02on.src = "/images/apple12.gif";        apple02off = new Image();        apple02off.src = "/images/apple02.gif";        apple03on = new Image();        apple03on.src = "/images/apple13.gif";        apple03off = new Image();        apple03off.src = "/images/apple03.gif";        apple04on = new Image();        apple04on.src = "/images/apple14.gif";        apple04off = new Image();        apple04off.src = "/images/apple04.gif";        apple05on = new Image();        apple05on.src = "/images/apple15.gif";        apple05off = new Image();        apple05off.src = "/images/apple05.gif";        function appleOn(iName) {document[iName].src = eval(iName + "on.src");}function appleOff(iName) {document[iName].src = eval(iName + "off.src");}        function rollOn(iName,iShort) {        if (document.images) {        document[iName].src = eval(iName + "on.src");        document.one.src = eval(iShort + "1on.src");        document.two.src = eval(iShort + "2on.src");        document.thr.src = eval(iShort + "3on.src");        document.fou.src = eval(iShort + "4on.src");        document.fiv.src = eval(iShort + "5on.src");        document.six.src = eval(iShort + "6on.src");        document.sev.src = eval(iShort + "7on.src");        document.eig.src = eval(iShort + "8on.src");        }}function rollOff(iName) {        if (document.images) {        document[iName].src = eval(iName + "off.src");        document.one.src = eval("alloff.src");        document.two.src = eval("alloff.src");        document.thr.src = eval("alloff.src");        document.fou.src = eval("alloff.src");        document.fiv.src = eval("alloff.src");        document.six.src = eval("alloff.src");        document.sev.src = eval("alloff.src");        document.eig.src = eval("alloff.src");        }}//-->