//////// START CAMBIA COLORES

function m1(menuElement, cL) {

	if(cL == 1) {
		menuElement.style.backgroundColor='#00AEEF';
	} else if(cL == 2) { 
		menuElement.style.backgroundColor='red';
	} else {
		menuElement.style.backgroundColor='yellow';
	}

	menuElement.style.cursor='hand'; 

	if(cL != 3) {
		menuElement.style.color='green';
	}	
}

function m2(menuElement) {
	
	menuElement.style.backgroundColor=''; 
	menuElement.style.color='#000000';
	
}


function m4(menuElement, cL) {

	if(cL == 1) {
		menuElement.style.backgroundColor='blue';
	} else if(cL == 2) { 
		menuElement.style.backgroundColor='#095699';
	} else {
		menuElement.style.backgroundColor='yellow';
	}

	menuElement.style.cursor='hand'; 

	if(cL != 3) {
		menuElement.style.color='#FFFFFF';
	}	
}



function m3(menuLink) {

	location.href = menuLink;

}


function openWin(URL) { aWindow=window.open(URL,"Large","toolbar=no,width=<? echo $wsize ?>,height=<? echo hsize ?>,status=no,scrollbars=no,resize=no,menubars=no");
}
function openWin2(URL) {
aWindow=window.open(URL,"Large","toolbar=no,width=400,height=400,status=no,scrollbars=no,resize=no,menubars=no");
}
function maspic(URL) {
aWindow=window.open(URL,"Large","toolbar=no,width=600,height=400, status=no,scrollbars=no,resize=no,menubars=no");
}


