//
//FUNCION PARA MOSTRAR LAYER CORRESPONDIENTE
//
function bandaroja(valor){
         Layerbanda.style.visibility='visible';
         switch (valor){
                case 1:
		Layerbanda.style.top='41';
                Layerbanda.style.left='534';
        break;
				case 2:
		Layerbanda.style.top='41';
                Layerbanda.style.left='636';
		break;
				case 3:
		Layerbanda.style.top='41';
                Layerbanda.style.left='737';
		break;
                case 4:
		Layerbanda.style.top='59';
                Layerbanda.style.left='564';
		break;
                case 5:
		Layerbanda.style.top='59';
                Layerbanda.style.left='666';
		break;
                case 6:
		Layerbanda.style.top='59';
                Layerbanda.style.left='767';
		break;
				case 7:
		Layerbanda.style.top='59';
                Layerbanda.style.left='868';
		break;
				case 8:
		Layerbanda.style.top='41';
                Layerbanda.style.left='838';
		break;
		}
          }
// fin Script