<!--
// Rollover dos menus

function ativo(src) {
if (!src.contains(event.fromElement))
 {
    src.style.cursor = 'hand';
	src.bgColor = '#f5f5f5';
 }
}
function inativo(src,corinativa) {
if (!src.contains(event.toElement))
 {
  src.style.cursor = 'hand';
  src.bgColor = '';
 }
}

function ativo3(src) {
if (!src.contains(event.fromElement))
 {
    src.style.cursor = 'hand';
    src.bgColor = '#D3A8FF';
 }
}
function inativo3(src,corinativa) {
if (!src.contains(event.toElement))
 {
    src.style.cursor = 'hand';
  src.bgColor = '#E4CAFF';
 }
}


function ativo2(src) {
if (!src.contains(event.fromElement))
 {
    src.style.cursor = 'hand';
	src.bgColor = '#B3B3FF';
 }
}
function inativo2(src,corinativa) {
if (!src.contains(event.toElement))
 {
    src.style.cursor = 'hand';
  src.bgColor = '#C6C6FF';
 }
}

function ativo4(src) {
if (!src.contains(event.fromElement))
 {
    src.style.cursor = 'hand';
	src.bgColor = '#FFFFB7';
 }
}
function inativo4(src,corinativa) {
if (!src.contains(event.toElement))
 {
    src.style.cursor = 'hand';
  src.bgColor = '#FFFFDE';
 }
}
function jan1(x, y){
window.open(x,y,'status=no,resizable=no,width=780,height=500');
}
function jan2(x, y){
window.open(x,y,'status=no,resizable=no,width=340,height=180');
}
function jan3(x, y){
window.open(x,y,'status=no,resizable=no,width=722,height=541');
}
function jan4(x, y){
window.open(x,y,'status=no,resizable=yes,width=1271,height=910');
}

//-->
