function Inicializar() {
			banton = new Image(30,30);
			banton.src = "resources/banton.gif";
			bantov = new Image(30,30);
			bantov.src = "resources/bantov.gif";
			bsigon = new Image(30,30);
			bsigon.src = "resources/bsigon.gif";
			bsigov = new Image(30,30);
			bsigov.src = "resources/bsigov.gif";
}


function ImagenVisualizar(nombre,tipo, posicion) {
			imagen = eval(nombre + tipo + '.src');
			nomimag = nombre + posicion;
			document[nomimag].src = imagen;
}

function MenuOver(id) {
			texto = eval(id)
			texto.style.color = "#B102CC";
}

function MenuOut(id) {
			texto = eval(id)
			texto.style.color = "#FFFFFF";
}

function MenuOut1(id) {
			texto = eval(id)
			texto.style.color = "#FFFFFF";
}

function EspecialOver(id) {
			texto = eval(id)
			texto.style.color = "#B102CC";
}

function EspecialOut(id) {
			texto = eval(id)
			texto.style.color = "#610051";
}


