img1Act = new Image(); img1Act.src = "images/menu_01act.gif";
img1Out = new Image(); img1Out.src = "images/menu_01.gif";
img4Act = new Image(); img4Act.src = "images/menu_04act.gif";
img4Out = new Image(); img4Out.src = "images/menu_04.gif";
img5Act = new Image(); img5Act.src = "images/menu_05act.gif";
img5Out = new Image(); img5Out.src = "images/menu_05.gif";
img6Act = new Image(); img6Act.src = "images/menu_06act.gif";
img6Out = new Image(); img6Out.src = "images/menu_06.gif";
img7Act = new Image(); img7Act.src = "images/menu_07act.gif";
img7Out = new Image(); img7Out.src = "images/menu_07.gif";
img8Act = new Image(); img8Act.src = "images/menu_08act.gif";
img8Out = new Image(); img8Out.src = "images/menu_08.gif";
img9Act = new Image(); img9Act.src = "images/menu_09act.gif";
img9Out = new Image(); img9Out.src = "images/menu_09.gif";
img11Act = new Image(); img11Act.src = "images/menu_11act.gif";
img11Out = new Image(); img11Out.src = "images/menu_11.gif";

function AX_imgAct(imgName){
	imgOn = eval(imgName + "Act.src");
	document.images[imgName].src = imgOn;
}
function AX_imgInact(imgName){
	imgOff = eval(imgName + "Out.src");
	document.images[imgName].src = imgOff;
}
function AX_openWin(url,nome,width,height,left,top,centra,scroll,resize,depend){
	if (centra == 1){
		var left = (screen.width-width)/2;
		var top = (screen.height-height)/2;
	}
	var dimen = 'width='+width+',height='+height+',left='+left+',top='+top;
	var propa = 'menubar=no,toolbar=no,location=no,directories=no,status=no';
	var propb = 'scrollbars='+scroll+',resizable='+resize+',dependent='+depend;
	window.open(url,nome,dimen+','+propa+','+propb);
}
