
<!--##### OPEN BROWSER WIN ############################################################################################################ -->
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

<!--##### MUDA COR CEL ############################################################################################################ -->

function mOver(tdEl, c)
{
	if(document.all) 
		tdEl.style.backgroundColor = c;
}
function mOut(tdEl)
{
	if(document.all) 
		tdEl.style.backgroundColor = '';
}
function mClick(tdEl)
{
	if(document.all) {
		var child = tdEl.children;
		if(child.length > 0) {
			var el = child[0];
			if(el.tagName == "A") {
				window.event.cancelBubble = true;
				window.event.returnValue = true;
				el.click();
				return true;
			}
		}
	}
	return false;
}
<!--################################################################################################################# -->

