function click_menu(){}
function statusBar(message) {top.window.status = message;return true;}
function movein(which){document.getElementById(which).style.background='#deeaf2';}
function moveout(which){document.getElementById(which).style.background='#cfd9e4';}
function movein_sub(which){document.getElementById(which).style.background='#deeaf2';}
function moveout_sub(which){document.getElementById(which).style.background='#cfd9e4';}
function abrir(var_abrir){window.location = var_abrir;}
function altera_sub(qual_div,tipo,qual_menu,pula){


var top_menu = 185;

var myWidth = 0, myHeight = 0, browser = 0;
if( typeof( window.innerWidth ) == 'number' ) {
//Non-IE
mais_pix = 0;browser = 0;myWidth = window.innerWidth;myHeight = window.innerHeight;
}else if( document.documentElement && ( document.documentElement.clientWidth || document.documentElement.clientHeight ) ) {
//IE 6+ in 'standards compliant mode'
mais_pix = 0;browser = 1;
myWidth = document.documentElement.clientWidth;
myHeight = document.documentElement.clientHeight;
} else if( document.body && ( document.body.clientWidth || document.body.clientHeight ) ) {
//IE 4 compatible
mais_pix =12;browser = 2;
myWidth = document.body.clientWidth;myHeight = document.body.clientHeight;}
var_celula = myWidth - 778
if (var_celula > 2){var_celula = (var_celula/2) + mais_pix;}
else{if(mais_pix == 0 ){var_celula = 12;}
else{var_celula = 0 + mais_pix;}}
top_menu = (pula*38) + top_menu;top_menu = (qual_menu*23) + top_menu;
document.getElementById(qual_div).style.left = var_celula + 63;
document.getElementById(qual_div).style.top=top_menu;
}