function flvS1(v1)
{
    var v2=v1.indexOf("?"),v3=(v2>-1)?v1.substring(v2+1):"";
    var v4=(v3!="")?v1.substring(0,v2):v1;
    var v5=(v3!="")?parent.frames[v3].document:document;
    var v6=0,v7=0,v8;
    if (v5.layers)
    {
        var v9=false,v6=v7=0;
        v8=v5.anchors[v4];
        if (v8)
        {
            v9=true;
        }
        else
        {
            if (v5.layers.length>0)
            {
                for (j=0;j<v5.layers.length;j++)
                {
                    v8=v5.layers[j].document.anchors[v4];
                    if (v8)
                    {
                        v9=true;
                        v6=v5.layers[j].left;
                        v7=v5.layers[j].top;
                        break
                    }
                }
            }
        }
        this.x=v6+v8.x;
        this.y=v7+v8.y;
        return;
    }
    if (v5.all)
    {
        v8=v5.all[v4];
    }
    else if (v5.getElementById)
    {
        v8=v5.getElementById(v4);
        if (!v8)
        {
            var v10=v5.getElementsByName(v4);
            v8=v10[0];
        }
    }
    else
    {
        this.x=0;
        this.y=0;
        return;
    }
    if (v8)
    {
        v6+=v8.offsetLeft;
        v7+=v8.offsetTop;
        while (v8.offsetParent)
        {
            v8=v8.offsetParent;
            v6+=v8.offsetLeft;
            v7+=v8.offsetTop;
        }
    }
    this.x=v6;
    this.y=v7;
}
function flvS3(v1)
{
    var v2=MM_findObj(v1);
    if (!v2)
    {
        this.x=this.y=this.h=this.w=0;
        return;
    }
    var v3,v4,v5,v6,v7=(document.layers)?v2:v2.style;
    v3=isNaN(parseInt(v7.left))?v2.offsetLeft:parseInt(v7.left);
    v4=isNaN(parseInt(v7.top))?v2.offsetTop:parseInt(v7.top);
    if (v2.offsetHeight)
    {
        v5=v2.offsetHeight;
        v6=v2.offsetWidth;
    }
    else if (document.layers)
    {
        v5=v7.clip.height;
        v6=v7.clip.width;
    }
    else
    {
        v5=v6=0;
    }
    this.x=parseInt(v3);
    this.y=parseInt(v4);
    this.h=parseInt(v5);
    this.w=parseInt(v6);
}
function flvS8(v1,v2,v3)
{
    var v4=(document.layers)?v1:v1.style;
    var v5=flvS5();
    eval("v4.left='"+v2+v5+"'");
    eval("v4.top='"+v3+v5+"'");
}
function flvS5()
{
    var v1=((parseInt(navigator.appVersion)>4||navigator.userAgent.indexOf("MSIE")>-1)&&(!window.opera))?"px":"";
    return v1;
}
function flvS6()
{
    var v1=(arguments.length>0)?arguments[0]:window;
    if (v1.innerWidth)
    {
        this.x=v1.pageXOffset;
        this.y=v1.pageYOffset;
    }
    else
    {
        v1=v1.document;
        if (v1.documentElement&&v1.documentElement.clientWidth)
        {
            this.x=v1.documentElement.scrollLeft;
            this.y=v1.documentElement.scrollTop;
        }
        else if (v1.body)
        {
            this.x=v1.body.scrollLeft;
            this.y=v1.body.scrollTop;
        }
        else
        {
            this.x=0;
            this.y=0;
        }
    }
}
function flvS9(v1)
{
    var v2=document,v3=0,v4=0;
    if (v2.all)
    {
        v3=event.clientX;
        v4=event.clientY;
    }
    else if (v2.layers||v2.getElementById)
    {
        v3=v1.pageX;
        v4=v1.pageY;
    }
    if (window.opera)
    {
        var v5=new flvS6();
        v3=v3-v5.x;
        v4=v4-v5.y;
    }
    this.x=v3;
    this.y=v4;
}
function flvS10()
{
    var v1=arguments,v2=MM_findObj(v1[0]);
    if (!v2)
    {
        return;
    }
    var v3,v4=v1[1],v5=v1[2];
    var v6=(v1.length>3)?parseInt(v1[3]):0;
    var v7=(v1.length>4)?parseInt(v1[4]):0;
    switch (v5)
    {
        case 0:v3=new flvS3(v4);
        break;
        case 1:v3=new flvS4(v4);
        break;
        case 2:v3=new flvS1(v4);
        break;
    }
    var v8=v3.x+v6,v9=v3.y+v7;
    flvS8(v2,v8,v9);
}
function flvS4()
{
    var v1=arguments,v2=v1[0],v3=v1[1],v4=MM_findObj(v2),v5=v6=0;
    if (!v4&&document.all)
    {
        v4=document.all[v2];
    }
    if (!v4)
    {
        this.x=0;
        this.y=0;
        return;
    }
    var v7=(document.getElementById||document.all),v8=document.layers,v9=v2.indexOf("?");
    if (v9>-1)
    {
        v2=v2.substring(0,v9);
    }
    if (v8)
    {
        for (var v10=0;v10<v8.length;v10++)
        {
            var v11="document."+v8[v10].id;
            if (eval(v11+".document."+v2))
            {
                v5=eval(v11+".left");
                v6=eval(v11+".top");
                break;
            }
        }
    }
    if (v7)
    {
        v5+=v4.offsetLeft;
        v6+=v4.offsetTop;
        while (v4.offsetParent)
        {
            v4=v4.offsetParent;
            v5+=v4.offsetLeft;
            v6+=v4.offsetTop;
        }
    }
    else if (v8)
    {
        v5+=v4.x;
        v6+=v4.y;
    }
    this.x=v5;
    this.y=v6;
}
function flvS11()
{
    if (!Array.prototype.shift)
    {
        Array.prototype.shift=function()
        {
            var v1=this[0];
            this.reverse();
            this.length=Math.max(this.length-1,0);
            this.reverse();
            return v1;
        }
    }
    if (!Array.prototype.unshift)
    {
        Array.prototype.unshift=function()
        {
            var v2=arguments;
            this.reverse();
            for(var v3=v2.length-1;v3>=0;v3--)
            {
                this[this.length]=v2[v3];
            }
            this.reverse();
            return this.length;
        }
    }
    if (!Array.prototype.push)
    {
        Array.prototype.push=function()
        {
            var v2=arguments;
            for(var v3=v2.length-1;v3>=0;v3--)
            {
                this[this.length]=v2[v3];
            }
            return this.length;
        }
    }
    if (!Array.prototype.pop)
    {
        Array.prototype.pop=function()
        {
            var v4=this[this.length-1];
            this.length=Math.max(this.length-1,0);
            return v4;
        }
    }
}
function dmxFSG1()
{
    var v1=arguments,v2=v1[0],v3="dmx"+v2,v4=v3+"Scroller";
    if (!MM_findObj(v4))
    {
        alert("Scroller Genie nr. "+v2+" not found!");
        return;
    }
    var v5=new Object(),v6=new flvS3(v4),v7=document,v8,v9;
    var v10=new flvS3(v3+'Thumb'),v11=new flvS3(v3+'Slider');
    if (!v7.SG18)
    {
        v7.SG18=new Array();
    }
    v7.SG18[v2]=v5;
    flvS11();
    v5.SG33=v4;
    v5.SG35=v1[1];
    v5.SG22=0;
    v5.SG26=v1[2];
    v5.SG31=v1[3];
    v5.SG12=v1[4];
    v5.SG41=v1[5];
    v5.SG27=v1[6];
    v5.SG28=v1[7];
    v5.SG25=0;
    v5.SG43=(v1.length>8&&v1[8]!="")?true :false;
    v5.SG17=(v1.length>12)?v1[12]:1;
    v5.SG30=v6.x;
    v5.SG29=v6.y;
    v5.SG14=v11.x;
    v5.SG13=v11.y;
    v5.SG15=v11.w;
    v5.SG16=v11.h;
    v5.SG4=v10.x;
    v5.SG3=v10.y;
    v5.SG5=v10.w;
    v5.SG9=v10.h;
    v5.SG6=v10.y;
    v5.SG10=(v5.SG35==1)?v10.y+(v11.h-v10.h):v10.y;
    v5.SG8=v10.x;
    v5.SG7=(v5.SG35==1)?v10.x:v10.x+(v11.w-v10.w);
    dmxFSG7(v2);
    if (v5.SG12>0)
    {
        //dmxFSG15(v2);
    }
    var v12=v3+"Thumb",v13=MM_findObj(v12);
    if (v13)
    {
        if (v7.layers)
        {
            //v13.captureEvents(Event.MOUSEDOWN);
            //v13.captureEvents(Event.MOUSEUP);
        }
        //v13.onmousedown=dmxFSG9;
       // v13.onmouseup=dmxFSG3;
    }
    var v14=v3+"Slider",v15=MM_findObj(v14);
    if (v15)
    {
        if (v7.layers)
        {
            //v15.document.captureEvents(Event.CLICK);
        }
        v15.onclick=dmxFSG10;
    }
    if (v5.SG43)
    {
        dmxFSG14(v5,v1[8],v1[9],v1[10],v1[11]);
    }
    if (v5.SG41>0)
    {
        v9="dmxFSG2("+v2+",0)";
        setTimeout(v9,v5.SG27);
    }
}
function dmxFSG7()
{
    var v1=document,v2=arguments,v3=v2[0],v4=(v2.length>1)?v2[1]:true,v5="dmx"+v3,v6=v1.SG18[v3],v7,v8,v9,v10;
    var v11=new flvS3(v5+'Container');
    v6.SG40=v11.h;
    v6.SG39=v11.w;
    var v12=true,v13=1,v14=0,v15=0,v16=0,v17=0,v7,v18,v19;
    var v20=(v6.SG35==1)?true :false;
    if (v4)
    {
        v6.SG38=new Array();
        while (v12)
        {
            v18=v5+"Content"+v13;
            v7=MM_findObj(v18);
            if (v7)
            {
                v19=new flvS3(v18);
                v6.SG38[v6.SG38.length]=new Array(v18,v19);
            }
            else
            {
                v12=false;
            }
            v13++;
        }
    }
    for (var v21=0;v21<v6.SG38.length;v21++)
    {
        v10=new flvS3(v6.SG38[v21][0]);
        v19=v6.SG38[v21][1];
        v19.w=v10.w;
        v19.h=v10.h;
        v7=MM_findObj(v6.SG38[v21][0]);
        v9=(v6.SG17==0&&v21>0)?"hidden":"visible";
        v19.SG2=(v6.SG17==0&&v21>0)?0:1;
        v8=(v1.layers)?v7:v7.style;
        v8.visibility=v9;
        if ((v6.SG17==1)||(v21==0))
        {
            v19.x=v14;
            v19.y=v15;
            if (v20)
            {
                v15+=v19.h;
                v16=Math.max(v16,v19.w);
                v17+=v19.h;
            }
            else
            {
                v14+=v19.w;
                v16+=v19.w;
                v17=Math.max(v17,v19.h);
            }
        }
    }
    v6.SG37=v17;
    v6.SG36=v16;
    v6.SG23=(v17<v11.h)?0:-1*(v17-v11.h);
    v6.SG20=(v16<v11.w)?0:-1*(v16-v11.w);
    if (v6.SG35==1)
    {
        v6.SG21=(v6.SG16-v6.SG9)/(v17-v11.h);
    }
    else
    {
        v6.SG21=(v6.SG15-v6.SG5)/(v16-v11.w);
    }
    if (v6.SG21<0)
    {
        v6.SG21=0;
    }
}
function dmxFSG2()
{
    var v1=arguments,v2=v1[0],v3=document;
    if (v3.SG18&&v3.SG18[v2])
    {
        var v4=v3.SG18[v2],v5="dmx"+v2,v6=(v1.length>2)?v1[2]:v4.SG26,v7=(v1.length>3)?v1[3]:v4.SG31;
        v4.SG22=(v1.length>1&&v1[1]!=2)?v1[1]:v4.SG22;
        if (v4.SG35==1)
        {
            dmxFSG11(v2,v4.SG22,v6,v7);
        }
        else
        {
            dmxFSG12(v2,v4.SG22,v6,v7);
        }
    }
    return false;
}
function dmxFSG3()
{
    var v1=document,v2=arguments;
    var v3=(v2.length>0)?(isNaN(parseInt(v2[0]))?0:v2[0]):0;
    if (!v1.SG18)
    {
        return false;
    }
    if (v3==0)
    {
        if (v1.SG34)
        {
            v3=v1.SG34;
            v1.SG34=null;
            if (v1.layers)
            {
                v1.releaseEvents(Event.MOUSEMOVE);
                v1.releaseEvents(Event.MOUSEUP);
            }
            v1.onmousemove=null;
            v1.onmouseup=null;
        }
        else
        {
            return false;
        }
    }
    if (v3>0&&v1.SG18[v3])
    {
        var v4=v1.SG18[v3];
        if (v4.SG19!=null)
        {
            clearTimeout(v4.SG19);
        }
    }
    return false;
}
function dmxFSG4()
{
    event.cancelBubble=true;
    var v1=arguments[0],v2=document;
    if (v2.SG18&&v2.SG18[v1])
    {
        var v3=v2.SG18[v1],v4=(v3.SG35==1),v5=16,v6=v3.SG31,v2=document;
        v2.SG1=v1;
        var v7="dmx"+v1+"Scroller",v8=MM_findObj(v7);
        if (event.wheelDelta>=120)
        {
            if (v4)
            {
                dmxFSG11(v1,1,v5,v6);
            }
            else
            {
                dmxFSG12(v1,1,v5,v6);
            }
        }
        else if (event.wheelDelta<=-120)
        {
            if (v4)
            {
                dmxFSG11(v1,0,v5,v6);
            }
            else
            {
                dmxFSG12(v1,0,v5,v6);
            }
        }
        v2.SG1=null;
    }
}
function dmxFSG5()
{
    var v1=arguments[0],v2=document,v3;
    dmxFSG3(v1);
    if (v2.SG18&&v2.SG18[v1])
    {
        dmxFSG24(v1,0,1);
    }
}
function dmxFSG6()
{
    var v1=arguments[0],v2=document,v3,v4;
    dmxFSG3(v1);
    if (v2.SG18&&v2.SG18[v1])
    {
        v4=v2.SG18[v1];
        v3=(v4.SG35==1)?v4.SG23:v4.SG20;
        dmxFSG24(v1,v3,1);
    }
}
function dmxFSG8()
{
    var v1=arguments[0],v2=document,v3,v4,v5=false,v6,v7,v8;
    if (v2.SG34&&v2.SG34>0)
    {
        v3=v2.SG18[v2.SG34];
        v4=new flvS9(v1);
        v6=v3.SG38[0][1];
        if (v3.SG35==1)
        {
            if (v3.SG37>v3.SG40)
            {
                v7=v4.y-v3.SG11;
                if (v7<v3.SG6)
                {
                    v7=v3.SG6;
                }
                if (v7>v3.SG10)
                {
                    v7=v3.SG10;
                }
                v3.SG3=v7;
                v6.y=-1*(v7-v3.SG13)*(1/v3.SG21);
                v5=true;
            }
        }
        else
        {
            if (v3.SG36>v3.SG39)
            {
                v8=v4.x-v3.SG11;
                if (v8<v3.SG8)
                {
                    v8=v3.SG8;
                }
                if (v8>v3.SG7)
                {
                    v8=v3.SG7;
                }
                v3.SG4=v8;
                v6.x=-1*(v8-v3.SG14)*(1/v3.SG21);
                v5=true;
            }
        }
        if (v5)
        {
            dmxFSG13(v2.SG34);
        }
    }
    return false;
}
function dmxFSG9()
{
    var v1=arguments[0],v2=new flvS9(v1),v3,v4=document;
    for (v3=v4.SG18.length;v3>0;v3--)
    {
        if (this.id.indexOf(v3)>0)
        {
            break;
        }
    }
    var v5=v4.SG18[v3],v6="dmx"+v3;
    v5.SG11=(v5.SG35==1)?(v2.y-v5.SG3):(v2.x-v5.SG4);
    v4.SG34=v3;
    if (v4.layers)
    {
        v4.captureEvents(Event.MOUSEMOVE|Event.MOUSEUP);
    }
    v4.onmousemove=dmxFSG8;
    v4.onmouseup=dmxFSG3;
    return false;
}
function dmxFSG10()
{
    var v1=arguments[0],v2=new flvS9(v1),v3,v4=document,v5="dmx([0-9]+)Slider",v6=new RegExp(v5,"i");
    v3=this.id.replace(v6,"$1");
    var v7=v4.SG18[v3],v8="dmx"+v3;
    var v9="dmx"+v3+"Thumb",v10=new flvS3(v9);
    if (v7.SG35==1)
    {
        if (v2.y<(v10.y+v7.SG29))
        {
            dmxFSG24(v3,v7.SG40,0);
        }
        else
        {
            dmxFSG24(v3,(-1*v7.SG40),0);
        }
    }
    else
    {
        if (v2.x<(v10.x+v7.SG30))
        {
            dmxFSG24(v3,v7.SG39,0);
        }
        else
        {
            dmxFSG24(v3,(-1*v7.SG39),0);
        }
    }
}
function dmxFSG11()
{
    var v1=document,v2=arguments,v3=v2[0],v4=v2[1],v5=v2[2],v6=v2[3];
    var v7="dmx"+v3+"Content",v8=v1.SG18[v3],v9=false,v10=v5;
    var v11=v8.SG38[0][1];
    if (v8.SG19!=null)
    {
        clearTimeout(v8.SG19);
    }
    v6=(v6==v8.SG27)?v8.SG31:v6;
    if (v8.SG27>0&&v8.SG28>0)
    {
        var v12=dmxFSG21(v8,v5,v6);
        v10=v12[0];
        v6=v12[1];
    }
    if (v4==1)
    {
        if (v8.SG41<2)
        {
            if (v11.y<0)
            {
                v11.y=v11.y+v10;
                v8.SG3=v8.SG3-(v5*v8.SG21);
                if (v11.y>0)
                {
                    v11.y=0;
                }
                if (v8.SG3<v8.SG6)
                {
                    v8.SG3=v8.SG6;
                }
                v9=true;
                if (v8.SG38.length>1)
                {
                    if (v8.SG27>0&&v8.SG28==0)
                    {
                        v6=v8.SG27;
                    }
                }
            }
            else
            {
                v11.y=0;
                v8.SG3=v8.SG6;
            }
        }
        else
        {
            v9=true;
            v11.y=v11.y+v10;
            if (v8.SG38.length>1)
            {
                var v13=v8.SG38[v8.SG38.length-1][1];
                v13.y=v13.y+v10;
                if (v11.y>0&&v13.y>v8.SG40)
                {
                    var v14=v8.SG38.pop();
                    v8.SG38.unshift(v14);
                    v11=v8.SG38[0][1];
                    v11.y=-1*v11.h;
                    if (v8.SG27>0&&v8.SG28==0)
                    {
                        v6=v8.SG27;
                    }
                }
            }
            else
            {
                if (v11.y>v8.SG40)
                {
                    v11.y=-1*v11.h;
                }
            }
        }
    }
    else
    {
        if (v8.SG41<2)
        {
            if (v11.y>v8.SG23)
            {
                v11.y=v11.y-v10;
                v8.SG3=v8.SG3+(v5*v8.SG21);
                if (v11.y<v8.SG23)
                {
                    v11.y=v8.SG23;
                    v8.SG3=v8.SG10;
                }
                v9=true;
            }
            else
            {
                v11.y=v8.SG23;
                v8.SG3=v8.SG10;
            }
        }
        else
        {
            v9=true;
            v11.y=v11.y-v10;
            if (Math.abs(v11.y)>v11.h)
            {
                if (v8.SG38.length>1)
                {
                    var v14=v8.SG38.shift();
                    v8.SG38.push(v14);
                    v11=v8.SG38[0][1];
                    v11.y=v11.y-v10;
                    if (v8.SG27>0&&v8.SG28==0)
                    {
                        v6=v8.SG27;
                    }
                }
                else
                {
                    v11.y=v8.SG40;
                }
            }
        }
    }
    dmxFSG13(v3);
    if (!v9&&v8.SG41==1)
    {
        v4=(v4==1)?0:1;
        v8.SG25=0;
        v9=true;
    }
    if (v9)
    {
        if (v1.SG1==null)
        {
            var v15="dmxFSG11("+v3+","+v4+","+v5+","+v6+")";
            v8.SG19=setTimeout(v15,v6);
        }
    }
    return false;
}
function dmxFSG12()
{
    var v1=document,v2=arguments,v3=v2[0],v4=v2[1],v5=v2[2],v6=v2[3];
    var v7="dmx"+v3+"Content",v8=v1.SG18[v3],v9=false,v10=v5;
    var v11=v8.SG38[0][1];
    if (v8.SG19!=null)
    {
        clearTimeout(v8.SG19);
    }
    v6=(v6==v8.SG27)?v8.SG31:v6;
    if (v8.SG27>0&&v8.SG28>0)
    {
        var v12=dmxFSG21(v8,v5,v6);
        v10=v12[0];
        v6=v12[1];
    }
    if (v4==1)
    {
        if (v8.SG41<2)
        {
            if (v11.x<0)
            {
                v11.x=v11.x+v10;
                v8.SG4=v8.SG4-(v10*v8.SG21);
                if (v11.x>0)
                {
                    v11.x=0;
                }
                if (v8.SG4<v8.SG8)
                {
                    v8.SG4=v8.SG8;
                }
                v9=true;
            }
            else
            {
                v11.x=0;
                v8.SG4=v8.SG8;
            }
        }
        else
        {
            v9=true;
            v11.x=v11.x+v10;
            if (v8.SG38.length>1)
            {
                var v13=v8.SG38[v8.SG38.length-1][1];
                v13.x=v13.x+v10;
                if (v11.x>0&&v13.x>v8.SG39)
                {
                    var v14=v8.SG38.pop();
                    v8.SG38.unshift(v14);
                    v11=v8.SG38[0][1];
                    v11.x=-1*v11.w;
                    if (v8.SG27>0&&v8.SG28==0)
                    {
                        v6=v8.SG27;
                    }
                }
            }
            else
            {
                if (v11.x>v8.SG39)
                {
                    v11.x=-1*v11.w;
                }
            }
        }
    }
    else
    {
        if (v8.SG41<2)
        {
            if (v11.x>v8.SG20)
            {
                v11.x=v11.x-v10;
                v8.SG4=v8.SG4+(v10*v8.SG21);
                if (v11.x<v8.SG20)
                {
                    v11.x=v8.SG20;
                    v8.SG4=v8.SG7;
                }
                v9=true;
            }
            else
            {
                v11.x=v8.SG20;
                v8.SG4=v8.SG7;
            }
        }
        else
        {
            v9=true;
            v11.x=v11.x-v10;
            if (Math.abs(v11.x)>v11.w)
            {
                if (v8.SG38.length>1)
                {
                    var v14=v8.SG38.shift();
                    v8.SG38.push(v14);
                    v11=v8.SG38[0][1];
                    v11.x=v11.x-v10;
                    if (v8.SG27>0&&v8.SG28==0)
                    {
                        v6=v8.SG27;
                    }
                }
                else
                {
                    v11.x=v8.SG39;
                }
            }
        }
    }
    dmxFSG13(v3);
    if (!v9&&v8.SG41==1)
    {
        v4=(v4==1)?0:1;
        v8.SG25=0;
        v9=true;
    }
    if (v9)
    {
        if (v1.SG1==null)
        {
            var v15="dmxFSG12("+v3+","+v4+","+v5+","+v6+")";
            v8.SG19=setTimeout(v15,v6);
        }
    }
    return false;
}
function dmxFSG13()
{
    var v1=arguments[0],v2=document.SG18[v1],v3,v4,v5;
    if (v2.SG38.length>1)
    {
        if (v2.SG35==1)
        {
            var v6=v2.SG38[0][1].y;
            for (var v7=0;v7<v2.SG38.length;v7++)
            {
                v2.SG38[v7][1].y=v6;
                v6+=v2.SG38[v7][1].h;
            }
        }
        else
        {
            var v8=v2.SG38[0][1].x;
            for (var v7=0;v7<v2.SG38.length;v7++)
            {
                v2.SG38[v7][1].x=v8;
                v8+=v2.SG38[v7][1].w;
            }
        }
    }
    for (var v7=0;v7<v2.SG38.length;v7++)
    {
        v3=v2.SG38[v7][0];
        v5=v2.SG38[v7][1];
        v4=MM_findObj(v3);
        flvS8(v4,v5.x,v5.y);
    }
    v3="dmx"+v1+"Thumb";
    v4=MM_findObj(v3);
    if (v4)
    {
        flvS8(v4,v2.SG4,v2.SG3);
    }
}
function dmxFSG22()
{
    var v1=document;
    for (var v2=1;v2<v1.SG18.length;v2++)
    {
        var v3=v1.SG18[v2];
        if (v3.SG43)
        {
            flvS10(v3.SG33,v3.SG47,v3.SG44,v3.SG46,v3.SG45);
        }
    }
}
function dmxFSG14()
{
    var v1=arguments,v2=v1[0],v3=document,v4=window;
    v2.SG47=v1[1];
    v2.SG44=v1[2];
    v2.SG46=v1[3];
    v2.SG45=v1[4];
    flvS10(v2.SG33,v2.SG47,v2.SG44,v2.SG46,v2.SG45);
    if (!v3.SG42)
    {
        v3.SG42=true;
        var v4=window;
        if (v3.getElementById&&v3.createElement)
        {
            if (v4.addEventListener)
            {
                v4.addEventListener("resize",dmxFSG22,true);
            }
            else if (v4.attachEvent)
            {
                v4.attachEvent("onresize",dmxFSG22);
            }
        }
        else
        {
            var v5=(v4.onresize)?v4.onresize:function ()
            {
            };
            v4.onresize=function ()
            {
                v5();
                dmxFSG22();
            };
        }
    }
}
function dmxFSG15()
{
    var v1=arguments[0],v2=document.SG18[v1];
    if (!document.layers)
    {
        var v3="dmx"+arguments[0]+"Container",v4=MM_findObj(v3);
        v4.onmouseover=dmxFSG16;
        v4.onmouseout=dmxFSG17;
    }
}
function dmxFSG16()
{
    var v1=(arguments.length>0)?arguments[0]:false,v2=false,v3=0,v4=0,v5=document;
    if (!v1)
    {
        var v1=window.event;
    }
    if (v1.target)
    {
        var v6=v1.target;
        if (this ==v6)
        {
            v2=true;
        }
        else
        {
            while (v6.parentNode)
            {
                v6=v6.parentNode;
                if (this ==v6)
                {
                    v2=true;
                    break;
                }
            }
        }
    }
    else if (v1.srcElement)
    {
        if (this.contains(v1.toElement))
        {
            v2=true;
        }
    }
    if (v2)
    {
        this.onmousemove=dmxFSG18;
    }
}
function dmxFSG17()
{
    var v1=(arguments.length>0)?arguments[0]:false,v2=false,v3=0,v4=0,v5=document,v6,v7="dmx([0-9]+)Container",v8=new RegExp(v7,"i");
    if (!v1)
    {
        var v1=window.event;
    }
    if (v1.relatedTarget)
    {
        var v9=v1.relatedTarget;
        v2=true;
        while (v9!=null)
        {
            if (this ==v9)
            {
                v2=false;
                break;
            }
            v9=v9.parentNode;
        }
    }
    else if (v1.srcElement)
    {
        if (!this.contains(v1.toElement))
        {
            v2=true;
        }
    }
    if (v2)
    {
        this.onmousemove=null;
        v6=this.id.replace(v8,"$1");
        var v10=v5.SG18[v6];
        if (v10.SG41==0)
        {
            dmxFSG3(v6);
        }
        else
        {
            dmxFSG2(v6);
        }
    }
}
function dmxFSG18()
{
    var v1=(arguments.length>0)?arguments[0]:false,v2=document,v3=0,v4=0,v5=10,v6,v7,v8="dmx([0-9]+)Container",v9=new RegExp(v8,"i");
    if (!v1)
    {
        var v1=window.event;
    }
    if (v1.x)
    {
        v3=v1.x;
        v4=v1.y;
    }
    else if (v1.clientX)
    {
        v3=v1.clientX;
        v4=v1.clientY;
    }
    else
    {
        return false;
    }
    v6=this.id.replace(v9,"$1");
    var v10=new flvS3(this.id),v11=Math.round(v10.w/2),v12=Math.round(v10.h/2);
    var v13=new flvS3("dmx"+v6+"Scroller");
    v3=v3-v13.x-v10.x;
    v4=v4-v13.y-v10.y;
    v7=v2.SG18[v6];
    var v14=1,v15=v7.SG31,v16,v17=0;
    if (v7.SG35==1)
    {
        if (v3==v11)
        {
            return dmxFSG3(v6);
        }
        else
        {
            if (v4<v12)
            {
                v16=100/(v12/v4);
                v17=1;
            }
            else
            {
                v16=100/(v12/(v10.h-v4));
            }
            v14=v5-Math.floor((v16/100)*v5);
            if (v14==0)
            {
                v14=1;
            }
        }
    }
    else
    {
        if (v3==v11)
        {
            return dmxFSG3(v6);
        }
        else
        {
            if (v3<v11)
            {
                v16=100/(v11/v3);
                v17=1;
            }
            else
            {
                v16=100/(v11/(v10.w-v3));
            }
            v14=v5-Math.floor((v16/100)*v5);
            if (v14==0)
            {
                v14=1;
            }
        }
    }
    return dmxFSG2(v6,v17,v14,v15);
}
function dmxFSG19()
{
    var v1=arguments,v2=v1[0],v3=v1[1],v4=(v1.length>2)?v1[2]:1,v5=document;
    var v6="dmx"+v2+"Content"+v4,v7=MM_findObj(v6);
    if (v5.SG18)
    {
        var v8=v5.SG18[v2],v9=new flvS3(v6);
        if (!v8||!v7)
        {
            return;
        }
        if (v5.layers)
        {
            v7.src=v3;
            dmxFSG5(v2);
        }
        else
        {
            var v10="dmx"+v2+"IFrame";
            v5.SG32=frames[v10];
            if (!v5.SG32)
            {
                return;
            }
            var v11=v5.SG32.location.href;
            var v12=location.href.substring(0,location.href.lastIndexOf('/')+1);
            if ((v3.substring(0,5)!='http:')&&(v3.substring(0,5)!='file:'))
            {
                v3=v12+v3;
            }
            if (v11!=v3)
            {
                v5.SG32.location.href=v3;
                v5.SG24=v2;
                var v13="dmxFSG20('"+v6+"','"+v11+"')";
                var v14=((v5.getElementById&&!v5.all)||window.opera)?500:1;
                setTimeout(v13,v14);
            }
        }
    }
    document.MM_returnValue=false;
}
function dmxFSG20()
{
    var v1=document,v2=arguments,v3=v2[0],v4=v2[1];
    if ((v1.SG32.location.href==v4)||(!v1.SG32.document)||(v1.all&&v1.SG32.document.readyState!="complete"))
    {
        var v5="dmxFSG20('"+v3+"','"+v4+"')";
        setTimeout(v5,50);
    }
    else
    {
        var v6=MM_findObj(v3),v7=v1.SG32.document.body.innerHTML;
        v6.innerHTML=v7;
        v1.SG32.location.href='about:blank';
        setTimeout("dmxFSG5("+v1.SG24+")",10);
    }
}
function dmxFSG21()
{
    var v1=arguments,v2=v1[0],v3=v1[1],v4=v1[2],v5;
    v2.SG25+=v3;
    if (v2.SG25>v2.SG28)
    {
        v3=v2.SG25-v2.SG28;
        v2.SG25=0;
        v4=v2.SG27;
    }
    v5=new Array(v3,v4);
    return v5;
}
function dmxFSG23()
{
    var v1=document,v2=arguments,v3=v2[0],v4="dmx"+v3+"Content"+v2[1],v5,v6,v7,v8,v9,v10;
    if (v1.SG18)
    {
        v5=v1.SG18[v3];
        v5.SG17=0;
        if (v5&&v5.SG38.length>1)
        {
            v10=v5.SG38[0][0];
            while (v10!=v4)
            {
                v6=v5.SG38.shift();
                v5.SG38.push(v6);
                v10=v5.SG38[0][0];
            }
            dmxFSG24(v3,0,1);
        }
    }
}
function dmxFSG24()
{
    var v1=document,v2=arguments,v3=v2[0],v4=parseInt(v2[1]),v5=parseInt(v2[2]),v6,v7,v8;
    dmxFSG3(v3);
    if (v1.SG18&&v1.SG18[v3])
    {
        v6=v1.SG18[v3];
        if (isNaN(v5))
        {
            v5=1;
        }
        if (v5==1)
        {
            v8=(v6.SG17==1)?true :false;
            dmxFSG7(v3,v8);
        }
        v7=v6.SG38[0][1];
        if (v6.SG35==1)
        {
            v4=(v5==0)?(v7.y+v4):v4;
            v7.y=v4;
            if (v7.y>0)
            {
                v7.y=0;
            }
            else if (v7.y<v6.SG23)
            {
                v7.y=v6.SG23;
            }
            v6.SG3=v6.SG6-(v4*v6.SG21);
            if (v6.SG3<v6.SG6)
            {
                v6.SG3=v6.SG6;
            }
            else if (v6.SG3>v6.SG10)
            {
                v6.SG3=v6.SG10;
            }
        }
        else
        {
            v4=(v5==0)?(v7.x+v4):v4;
            v7.x=v4;
            if (v7.x>0)
            {
                v7.x=0;
            }
            else if (v7.x<v6.SG20)
            {
                v7.x=v6.SG20;
            }
            v6.SG4=v6.SG8-(v4*v6.SG21);
            if (v6.SG4<v6.SG8)
            {
                v6.SG4=v6.SG8;
            }
            else if (v6.SG4>v6.SG7)
            {
                v6.SG4=v6.SG7;
            }
        }
        dmxFSG13(v3);
    }
}
function dmxFSG25()
{
    var v1=arguments[0],v2=document,v3,v4,v5,v6,v7=0,v8=0,v9,v10,v11="dmx([0-9]+)Content[0-9]+",v12=new RegExp(v11,"i"),v13,v14;
    if (v2.layers)
    {
        return;
    }
    if (v2.all)
    {
        v9=v2.all[v1];
    }
    else if (v2.getElementById)
    {
        v9=v2.getElementById(v1);
        if (!v9)
        {
            var v15=v2.getElementsByName(v1);
            v9=v15[0];
        }
    }
    if (!v9)
    {
        return;
    }
    v7+=v9.offsetLeft;
    v8+=v9.offsetTop;
    while (v9.offsetParent)
    {
        v9=v9.offsetParent;
        if (v9.id)
        {
            v5=v9.id;
            v10=v5.match(v12);
            if (v10)
            {
                v3=v5.replace(v12,"$1");
                if (v2.SG18&&v2.SG18[v3])
                {
                    v4=v2.SG18[v3];
                    dmxFSG7(v3,false);
                    for (v14=0;v14<v4.SG38.length;v14++)
                    {
                        if (v4.SG38[v14][0]==v5)
                        {
                            v13=v4.SG38[v14][1];
                            break;
                        }
                    }
                    if (!v13||v13.SG2==0)
                    {
                        return;
                    }
                    v7=-1*(v13.x+v7);
                    v8=-1*(v13.y+v8);
                }
                break;
            }
        }
        v7+=v9.offsetLeft;
        v8+=v9.offsetTop;
    }
    if (v4&&v13)
    {
        v6=(v4.SG35==1)?v8:v7;
        dmxFSG24(v3,v6,1);
    }
}
