var html = '<style type="text/css">.menu {text-decoration: none;font-Family: Verdana,Arial,Helvetica; font-weight: bold; font-size: 10px; color: #070808;}.menu:hover {color: #070808;}</style>' ;

html += '<table width="120" border="0" cellspacing="2" cellpadding="2" bgcolor="#9CC5C4"> <tr> <td onMouseOver=overTD(this,"#9CC5C4"); onMouseOut=outTD(this,"#B9D4A6"); align="center" bgcolor="#B9D4A6"><a href="http://www.gsmovil.com/" class="menu">INICIO</a></td> </tr> <tr> <td onMouseOver=overTD(this,"#9CC5C4"); onMouseOut=outTD(this,"#B9D4A6"); align="center" bgcolor="#B9D4A6"><a href="http://www.gsmovil.com/logos/" class="menu"> LOGOS PARA NOKIA</a></td> </tr> <tr> <td onMouseOver=overTD(this,"#9CC5C4"); onMouseOut=outTD(this,"#B9D4A6"); align="center" bgcolor="#B9D4A6"><a href="http://www.gsmovil.com/logos/melodias.php" class="menu"> MELODIAS POR SMS PARA NOKIA</a></td> </tr> <tr> <td onMouseOver=overTD(this,"#9CC5C4"); onMouseOut=outTD(this,"#B9D4A6"); align="center" bgcolor="#B9D4A6"><a href="http://www.gsmovil.com/melodias/melodia.php?Letra=A" class="menu">MELODIAS PARA MOVILES</a></td> </tr> <tr> <td onMouseOver=overTD(this,"#9CC5C4"); onMouseOut=outTD(this,"#B9D4A6"); align="center" bgcolor="#B9D4A6"><a href="http://www.gsmovil.com/programas/nokia.php" class="menu">PROGRAMAS PARA NOKIA</a></td> </tr> <tr> <td onMouseOver=overTD(this,"#9CC5C4"); onMouseOut=outTD(this,"#B9D4A6"); align="center" bgcolor="#B9D4A6" height="18"><a href="http://www.netfilia.com/contenidos/fs.html?tienda=8&web=2512" class="menu" target="_blank">TIENDA DE MOVILES</a></td> </tr> <tr> <td onMouseOver=overTD(this,"#9CC5C4"); onMouseOut=outTD(this,"#B9D4A6"); align="center" bgcolor="#B9D4A6"><a href="http://www.gsmovil.com/sms/" class="menu">PROGRAMAS PARA ENVIAR SMS</a></td> </tr> <tr> <td onMouseOver=overTD(this,"#9CC5C4"); onMouseOut=outTD(this,"#B9D4A6"); align="center" bgcolor="#B9D4A6"><a href="http://www.gsmovil.com/trucos/" class="menu">TRUCOS PARA MOVILES</a></td> </tr> <tr> <td bgcolor="#000000"><img src="blanco.gif" width="1" height="5"></td> </tr> <tr> <td onMouseOver=overTD(this,"#9CC5C4"); onMouseOut=outTD(this,"#B9D4A6"); align="center" bgcolor="#B9D4A6"><a href="http://www.terra.es/personal7/logos.es/dinero/" class="menu">GANAR DINERO CON INTERNET</a></td></tr></table><br>' ;

document.write(html)

function overTD (td,color){
td.bgColor=color;
}
function outTD (td,color){
td.bgColor=color;
}

function ventana(url) {
	open (url, 'newWin', 'scrollbars=yes,status=yes,width=600,height=400'); 
}
function Fin() {
if (confirm("Por favor ayudanos a crecer. Votanos en TopGSM-ES es solo 2 click.")) {
	ventana('http://www.topgsm-es.com/index.php?pag=vota&id=494&name=logos.es');
	}
}
function Fin2() {
if (confirm("Por favor ayudanos a crecer. Votanos en TopGSM-ES es solo 2 click.")) {
	open('http://www.topgsm-es.com/index.php?pag=vota&id=494&name=logos.es');
	}
}
