// JavaScript Document

//Funções menu navegável
startList = function() {
	if (document.all&&document.getElementById) {
		navRoot = document.getElementById("nav");
		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", "");
   					}
   				}
  			}
 		}
	}
window.onload=startList;
over = function() {
	var sfEls = document.getElementById("nav").getElementsByTagName("LI");
	for (var i=0; i<sfEls.length; i++) {
		sfEls[i].onmouseover=function() {
			this.className+=" over";
			}
		sfEls[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" over\\b"), "");
			}
		}
	}
if (window.attachEvent) window.attachEvent("onload", over);


startListapres = function() {
	if (document.all&&document.getElementById) {
		navhapresRoot = document.getElementById("navhapres");
		for (i=0; i<navhapresRoot.childNodes.length; i++) {
			node = navhapresRoot.childNodes[i];
			if (node.nodeName=="LI") {
				node.onmouseover=function() {
					this.className+=" over";
  					}
  				node.onmouseout=function() {
  					this.className=this.className.replace
					(" over", "");
   					}
   				}
  			}
 		}
	}
window.onload=startListapres;
over = function() {
	var sfEls = document.getElementById("navhapres").getElementsByTagName("LI");
	for (var i=0; i<sfEls.length; i++) {
		sfEls[i].onmouseover=function() {
			this.className+=" over";
			}
		sfEls[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" over\\b"), "");
			}
		}
	}
if (window.attachEvent) window.attachEvent("onload", over);


startListgrad = function() {
	if (document.all&&document.getElementById) {
		navhgradRoot = document.getElementById("navhgrad");
		for (i=0; i<navhgradRoot.childNodes.length; i++) {
			node = navhgradRoot.childNodes[i];
			if (node.nodeName=="LI") {
				node.onmouseover=function() {
					this.className+=" over";
  					}
  				node.onmouseout=function() {
  					this.className=this.className.replace
					(" over", "");
   					}
   				}
  			}
 		}
	}
window.onload=startListgrad;
over = function() {
	var sfEls = document.getElementById("navhgrad").getElementsByTagName("LI");
	for (var i=0; i<sfEls.length; i++) {
		sfEls[i].onmouseover=function() {
			this.className+=" over";
			}
		sfEls[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" over\\b"), "");
			}
		}
	}
if (window.attachEvent) window.attachEvent("onload", over);


startListpos = function() {
	if (document.all&&document.getElementById) {
		navhposRoot = document.getElementById("navhpos");
		for (i=0; i<navhposRoot.childNodes.length; i++) {
			node = navhposRoot.childNodes[i];
			if (node.nodeName=="LI") {
				node.onmouseover=function() {
					this.className+=" over";
  					}
  				node.onmouseout=function() {
  					this.className=this.className.replace
					(" over", "");
   					}
   				}
  			}
 		}
	}
window.onload=startListpos;
over = function() {
	var sfEls = document.getElementById("navhpos").getElementsByTagName("LI");
	for (var i=0; i<sfEls.length; i++) {
		sfEls[i].onmouseover=function() {
			this.className+=" over";
			}
		sfEls[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" over\\b"), "");
			}
		}
	}
if (window.attachEvent) window.attachEvent("onload", over);	



startListext = function() {
	if (document.all&&document.getElementById) {
		navhextRoot = document.getElementById("navhext");
		for (i=0; i<navhextRoot.childNodes.length; i++) {
			node = navhextRoot.childNodes[i];
			if (node.nodeName=="LI") {
				node.onmouseover=function() {
					this.className+=" over";
  					}
  				node.onmouseout=function() {
  					this.className=this.className.replace
					(" over", "");
   					}
   				}
  			}
 		}
	}
window.onload=startListext;
over = function() {
	var sfEls = document.getElementById("navhext").getElementsByTagName("LI");
	for (var i=0; i<sfEls.length; i++) {
		sfEls[i].onmouseover=function() {
			this.className+=" over";
			}
		sfEls[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" over\\b"), "");
			}
		}
	}
if (window.attachEvent) window.attachEvent("onload", over);	


startListvest = function() {
	if (document.all&&document.getElementById) {
		navhvestRoot = document.getElementById("navhvest");
		for (i=0; i<navhvestRoot.childNodes.length; i++) {
			node = navhvestRoot.childNodes[i];
			if (node.nodeName=="LI") {
				node.onmouseover=function() {
					this.className+=" over";
  					}
  				node.onmouseout=function() {
  					this.className=this.className.replace
					(" over", "");
   					}
   				}
  			}
 		}
	}
window.onload=startListvest;
over = function() {
	var sfEls = document.getElementById("navhvest").getElementsByTagName("LI");
	for (var i=0; i<sfEls.length; i++) {
		sfEls[i].onmouseover=function() {
			this.className+=" over";
			}
		sfEls[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" over\\b"), "");
			}
		}
	}
if (window.attachEvent) window.attachEvent("onload", over);	


startListbiblio = function() {
	if (document.all&&document.getElementById) {
		navhbiblioRoot = document.getElementById("navhbiblio");
		for (i=0; i<navhbiblioRoot.childNodes.length; i++) {
			node = navhbiblioRoot.childNodes[i];
			if (node.nodeName=="LI") {
				node.onmouseover=function() {
					this.className+=" over";
  					}
  				node.onmouseout=function() {
  					this.className=this.className.replace
					(" over", "");
   					}
   				}
  			}
 		}
	}
window.onload=startListbiblio;
over = function() {
	var sfEls = document.getElementById("navhbiblio").getElementsByTagName("LI");
	for (var i=0; i<sfEls.length; i++) {
		sfEls[i].onmouseover=function() {
			this.className+=" over";
			}
		sfEls[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" over\\b"), "");
			}
		}
	}
if (window.attachEvent) window.attachEvent("onload", over);	


//-----------REDIMENSIONAMENTO DE FRAME DA REVISTA

//-----------REDIMENSIONAMENTO DE FRAME DA REVISTA

