function menudata0() {
    this.menu_showhide_delay = 150;
    this.main_expand_image_style = ''; //"background: url(images/sample1_main_arrow.gif) center right no-repeat;";
    this.main_expand_image_hover_style = ''; //"background: url(images/sample1_main_arrow.gif) center right no-repeat;";

	this.subs_expand_image_style = "background: url(images/sample1_sub_arrow.gif) center right no-repeat;";
	this.subs_expand_image_hover_style = "background: url(images/sample1_sub_arrow.gif) center right no-repeat;";
}

x3=new Object();
x4=new Object();
x5=window.showHelp;
x6=window.opera;
x7=((x5 || x6)&&(document.compatMode=="CSS1Compat"));
x9=0;
x8=navigator.userAgent.indexOf("Mac")+1;
x10="";
if(x8 && x5 && document.doctype){
    x11=document.doctype.name.toLowerCase();
    if((x11.indexOf("dtd")>-1)&&((x11.indexOf("http")>-1)||(x11.indexOf("xhtml")>-1)))x7=1;
}
x0=document.getElementsByTagName("UL");
for(mi=0;mi<x0.length;mi++) {
    if(x1=x0[mi].id) {
        if(x1.indexOf("imenus")>-1) {
            x1=x1.substring(6);
            x2=new window["menudata"+x1];
            x12(x0[mi].childNodes,x1+"_",x2,x1);
            x0[mi].parentNode.style.display="block";
        }
    }
}
function x12(x13,x14,x2,x15) {
    this.x16=0;

    for(this.li=0;this.li<x13.length;this.li++) {
        if(x13[this.li].tagName=="LI") {
            this.bc="ulitem"+x14+this.x16;x13[this.li].id=this.bc;
            this.ac="ulaitem"+x14+this.x16;
            x13[this.li].firstChild.id=this.ac;
            x13[this.li].x17=x14+this.x16;
            x13[this.li].x18=(this.x18=x14.split("_").length-1);
            x13[this.li].x2=x15;
            if(this.x18>x9)x9=this.x18;
            if(x5) {
                x13[this.li].style.height="1px";
                this.uts=x2.subs_item_hover_styles;
                if(this.x18==1)this.uts=x2.main_item_hover_styles;
                x10+="#"+this.bc+".ishow #"+this.ac+" {"+this.uts+"}";
            }

            if(!(x5 && x8)) {
                x13[this.li].onkeydown=function(e) {
                    if(x5)e=window.event;
                    if(e.keyCode==13)x19(this,1);
                }
                x13[this.li].onmouseover=function() {
                    clearTimeout(x3[this.x18]);
                    x3[this.x18]=setTimeout("x19(document.getElementById('"+this.id+"'),1)",x2.menu_showhide_delay);
                }
                x13[this.li].onmouseout=function() {
                    clearTimeout(x3[this.x18]);
                    x3[this.x18]=setTimeout("x19(document.getElementById('"+this.id+"'))",x2.menu_showhide_delay);
                }
                this.x20=x13[this.li].childNodes;
                for(this.ti=0;this.ti<this.x20.length;this.ti++) {
                    if(this.x20[this.ti].tagName=="UL") {
                        x13[this.li].childmenus=1;
                        x10+="#"+this.ac+"{"+this.ds+"}#"+this.bc+":hover > a{"+this.d_h+"}";
                        this.x20[this.ti].id="x0ub"+x14+this.x16;
                        new x12(this.x20[this.ti].childNodes,x14+this.x16+"_",x2,x15);
                    }
                }
            }
            this.x16++;
        }
    }
}
// rollover / rollout function
function x19(hobj,show){
    if(x4[hobj.x18]!=null)x4[hobj.x18].className="";
    if(show){
        if(!hobj.childmenus)return;
        sobj=document.getElementById("x0ub"+hobj.x17);
        if(!sobj.adjusted){
            x2=new window["menudata"+hobj.x2];
            sobj.adjusted=1;
        }
        hobj.className="ishow";
        x4[hobj.x18]=hobj;
    }
};

function x31(x2,x32,id){
    if(x2[x32+id]!=null)return x2[x32+id];
    else  if(x2[x32]!=null)return x2[x32];else return null;
}