function high(which2){
	theobject=which2;
	highlighting=setInterval("highlightit(theobject)",50);
}

function low(which2){
	clearInterval(highlighting);
	which2.filters.alpha.opacity=50;
}

function highlightit(cur2){
	if(cur2.filters.alpha.opacity<100)
	cur2.filters.alpha.opacity+=5
	else if(window.highlighting)
	clearInterval(highlighting)
}

function MostrarOcultarElementos(tbodyID, Imagen) {
	if (Imagen.src.indexOf("imgContraer")!=-1) {
		Imagen.src="images/imgDesplegar.jpg";					
		eval(tbodyID + ".style.display='none'");
	}
	else {
		Imagen.src="images/imgContraer.jpg";
		eval(tbodyID + ".style.display=''");
	}
}
function MostrarOcultarElementos(tbodyID, Imagen) {
	if (Imagen.src.indexOf("imgContraerCondiciones")!=-1) {
		Imagen.src="images/imgDesplegarCondiciones.jpg";					
		eval(tbodyID + ".style.display='none'");
	}
	else {
		Imagen.src="images/imgContraerCondiciones.jpg";
		eval(tbodyID + ".style.display=''");
	}
}

function openNTRsupport() {
	window.open('http://eu.ntrsupport.com/inquiero/anonymous2.asp?login=17885&lang=es&con=0','WebAnonym','toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,width=476,height=364,top=150,left=200');

}