startList = function() {
    if (document.all&&document.getElementById) {
        navRoot = document.getElementById("nav_suplementos");
	     if (navRoot) {
	        for (i=0; i<navRoot.childNodes.length; i++) {
	            node = navRoot.childNodes[i];
	            if (node.nodeName=="LI") {
	                node.onmouseover=function() {
	                    this.className+=" over";
	                }
	                node.onmouseout=function() {
	                    this.className=this.className.replace(" over", "");
	                }
	            }
	        }
        };
    }
}
startList2 = function() {
    if (document.all&&document.getElementById) {
        navRoot = document.getElementById("nav_37");
	     if (navRoot) {
	        for (i=0; i<navRoot.childNodes.length; i++) {
	            node = navRoot.childNodes[i];
	            if (node.nodeName=="LI") {
	                node.onmouseover=function() {
	                    this.className+=" over";
	                }
	                node.onmouseout=function() {
	                    this.className=this.className.replace(" over", "");
	                }
	            }
	        }
        };
    }
}
startList3 = function() {
    if (document.all&&document.getElementById) {
        navRoot = document.getElementById("nav_38");
	     if (navRoot) {
	        for (i=0; i<navRoot.childNodes.length; i++) {
	            node = navRoot.childNodes[i];
	            if (node.nodeName=="LI") {
	                node.onmouseover=function() {
	                    this.className+=" over";
	                }
	                node.onmouseout=function() {
	                    this.className=this.className.replace(" over", "");
	                }
	            }
	        }
        };
    }
}
startList4 = function() {
    if (document.all&&document.getElementById) {
        navRoot = document.getElementById("nav_39");
	     if (navRoot) {
	        for (i=0; i<navRoot.childNodes.length; i++) {
	            node = navRoot.childNodes[i];
	            if (node.nodeName=="LI") {
	                node.onmouseover=function() {
	                    this.className+=" over";
	                }
	                node.onmouseout=function() {
	                    this.className=this.className.replace(" over", "");
	                }
	            }
	        }
        };
    }
}
startList5 = function() {
    if (document.all&&document.getElementById) {
        navRoot = document.getElementById("nav_42");
	     if (navRoot) {
	        for (i=0; i<navRoot.childNodes.length; i++) {
	            node = navRoot.childNodes[i];
	            if (node.nodeName=="LI") {
	                node.onmouseover=function() {
	                    this.className+=" over";
	                }
	                node.onmouseout=function() {
	                    this.className=this.className.replace(" over", "");
	                }
	            }
	        }
        };
    }
}
startList6 = function() {
    if (document.all&&document.getElementById) {
        navRoot = document.getElementById("nav_57");
	     if (navRoot) {
	        for (i=0; i<navRoot.childNodes.length; i++) {
	            node = navRoot.childNodes[i];
	            if (node.nodeName=="LI") {
	                node.onmouseover=function() {
	                    this.className+=" over";
	                }
	                node.onmouseout=function() {
	                    this.className=this.className.replace(" over", "");
	                }
	            }
	        }
        };
    }
}
startList7 = function() {
    if (document.all&&document.getElementById) {
        navRoot = document.getElementById("nav_58");
	     if (navRoot) {
	        for (i=0; i<navRoot.childNodes.length; i++) {
	            node = navRoot.childNodes[i];
	            if (node.nodeName=="LI") {
	                node.onmouseover=function() {
	                    this.className+=" over";
	                }
	                node.onmouseout=function() {
	                    this.className=this.className.replace(" over", "");
	                }
	            }
	        }
        };
    }
}

function addEvent( obj, type, fn )
{
	if (obj.addEventListener)
		obj.addEventListener( type, fn, false );
	else if (obj.attachEvent)
	{
		obj["e"+type+fn] = fn;
		obj[type+fn] = function() { obj["e"+type+fn]( window.event ); }
		obj.attachEvent( "on"+type, obj[type+fn] );
	}
}

addEvent(window, 'load', startList);
addEvent(window, 'load', startList2);
addEvent(window, 'load', startList3);
addEvent(window, 'load', startList4);
addEvent(window, 'load', startList5);
addEvent(window, 'load', startList6);
addEvent(window, 'load', startList7);