var ELM = (document.getElementById);
var IE5 = ((ELM) && (navigator.userAgent.toLowerCase().indexOf('msie')!=-1) && (! window.opera));
var GKO = (navigator.userAgent.toLowerCase().indexOf('gecko')!=-1);

if (ELM) {
	if (IE5 || GKO) document.write('<link rel="StyleSheet" href="estilos/tw005-0/tw005a3a.css" media="screen" type="text/css" />');
	else document.write('<link rel="StyleSheet" href="estilos/tw005-0/tw005a3b.css" media="screen" type="text/css" />');
	}
var formActual = 'Google';

function Inicio() {
var ContXtra = '<input type="button" class="Boton" onclick="Mostrar();" />'; 
if (GKO) {
	Boton = document.createElement('INPUT');
	Boton.setAttribute('type','button');
	Boton.setAttribute('class','Boton');
	Boton.setAttribute('onclick','Mostrar();');
	document.getElementById('Selector').appendChild(Boton);
	}
if (IE5) {
	document.getElementById('Selector').innerHTML += ContXtra;
	}
Fijar(formActual);
}

function Mostrar() {
document.getElementById('Lista').style.display='block';
document.getElementById(formActual).focus();
}

function Fijar(Elemento) {
if (IE5 || GKO) {
	document.getElementById('f'+formActual).style.display='none';
	formActual=Elemento;
	document.getElementById('Selector').style.backgroundImage = 'url(\'estilos/tw005-0/'+formActual.toLowerCase()+'.jpg\')';
	document.getElementById('Lista').style.display='none';
	document.getElementById('f'+formActual).style.display='block';
	}
}

