// 

function intd(src,Color) {
	n=0;
if (ie4){
    if (!src.contains(event.fromElement)) {
   src.style.cursor = 'hand';
   src.fontcolor = '#FFFFFF';
   src.bgColor = Color;}
}
}
function outtd(src,Color2) {
   if (n==0){
if (ie4) {
 if (!src.contains(event.toElement)) {
   src.style.cursor = 'default';
   src.bgColor = Color2;}
}
}
}
function abrir(src,ventana,opcion) {
	n=opcion;
	window.open(src,ventana);
}

function ChgButt0(boton,img){
   if (n==0){
	document.images[boton].src=img;
	}
}


function desplegar(opcion) {
	n=opcion;
}

