if (document.images)
{
    home     =  new Image(); home.src  =  "img/mnu-webtonghome1.gif";
    xhome    =  new Image(); xhome.src =  "img/mnu-webtonghome0.gif";
    stmp     =  new Image(); stmp.src  =  "img/mnu-sitemap1.gif";
    xstmp    =  new Image(); xstmp.src =  "img/mnu-sitemap0.gif";
    cnct     =  new Image(); cnct.src  =  "img/mnu-contactus1.gif";
    xcnct    =  new Image(); xcnct.src =  "img/mnu-contactus0.gif";

    srvcicon  =  new Image(); srvcicon.src  =  "img/mnu-services1.gif";
    xsrvcicon =  new Image(); xsrvcicon.src  =  "img/mnu-services0.gif";
    pfloicon  =  new Image(); pfloicon.src  =  "img/mnu-portfolio1.gif";
    xpfloicon =  new Image(); xpfloicon.src =  "img/mnu-portfolio0.gif";
    rsrcicon  =  new Image(); rsrcicon.src  =  "img/mnu-resources1.gif";
    xrsrcicon =  new Image(); xrsrcicon.src =  "img/mnu-resources0.gif";

    thecompany   = new Image(); thecompany.src  = "img/mnu-thecompany1.gif";
    xthecompany  = new Image(); xthecompany.src = "img/mnu-thecompany0.gif";
    webtongchina  = new Image(); webtongchina.src  = "img/mnu-webtongchina1.gif";
    xwebtongchina = new Image(); xwebtongchina.src = "img/mnu-webtongchina0.gif";
    rnd         = new Image(); rnd.src  = "img/mnu-rnd1.gif";
    xrnd        = new Image(); xrnd.src = "img/mnu-rnd0.gif";
    affiliates  = new Image(); affiliates.src  = "img/mnu-affiliates1.gif";
    xaffiliates = new Image(); xaffiliates.src = "img/mnu-affiliates0.gif";
    jobs        = new Image(); jobs.src   = "img/mnu-jobs1.gif";
    xjobs       = new Image(); xjobs.src  = "img/mnu-jobs0.gif";
}

//activate the images
function inm(w)
{
    if (document.images) 
        if (w=='home') document.home.src = home.src;
        else if (w=='srvc') document.srvc.src = srvcicon.src;
        else if (w=='pflo') document.pflo.src = pfloicon.src;
        else if (w=='rsrc') document.rsrc.src = rsrcicon.src;
        else if (w=='stmp') document.stmp.src = stmp.src;
        else if (w=='cnct') document.cnct.src = cnct.src;

        else if (w=='thecompany')   document.thecompany.src = thecompany.src;
        else if (w=='webtongchina') document.webtongchina.src = webtongchina.src;
        else if (w=='rnd')          document.rnd.src = rnd.src;
        else if (w=='resources')    document.resources.src = resources.src;
        else if (w=='affiliates')   document.affiliates.src = affiliates.src;
        else if (w=='jobs')         document.jobs.src = jobs.src;
}

function outm(w)
{
    if (document.images)
        if (w=='home') document.home.src = xhome.src;
        else if (w=='srvc') document.srvc.src = xsrvcicon.src;
        else if (w=='pflo') document.pflo.src = xpfloicon.src;
        else if (w=='rsrc') document.rsrc.src = xrsrcicon.src;
        else if (w=='stmp') document.stmp.src = xstmp.src;
        else if (w=='cnct') document.cnct.src = xcnct.src;

        else if (w=='thecompany')   document.thecompany.src = xthecompany.src;
        else if (w=='webtongchina') document.webtongchina.src = xwebtongchina.src;
        else if (w=='rnd')          document.rnd.src = xrnd.src;
        else if (w=='resources')    document.resources.src = xresources.src;
        else if (w=='affiliates')   document.affiliates.src = xaffiliates.src;
        else if (w=='jobs')         document.jobs.src = xjobs.src;

}

var exwindow = null;

function xlink(ref)
{   if ( exwindow == null || exwindow.closed ) 
    {  exwindow=window.open(ref, "joopexample", 
         "width=640,height=480,toolbar=0,scrollbars=1,resizable=1");
    }
    else
    {  exwindow.location=ref;
       exwindow.focus();
    }
}
