<!--
document.write('<STYLE type=text/css>');
document.write('.cMenu {BACKGROUND-COLOR: ; COLOR: #ffffff; CURSOR: hand; FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; FONT-SIZE: 10px; FONT-WEIGHT: normal; LINE-HEIGHT: 10px; POSITION: absolute; VISIBILITY: hidden; WIDTH: 150px; HEIGHT: 300; text-align:center; z-index:3}');
document.write('.menuitems {PADDING-LEFT: 5px; PADDING-RIGHT: 5px}');
document.write('</STYLE>');

function highlightie5(){
		if (event.srcElement.className=="menuitems"){
			event.srcElement.style.backgroundColor="#CCBBEE"
			event.srcElement.style.color="ffffff"
		}
}
function lowlightie5(){
		if (event.srcElement.className=="menuitems"){
			event.srcElement.style.backgroundColor="#6688cc"
			event.srcElement.style.color="ffffff"
		}
} 
function jumptoie5(){
		if (event.srcElement.className=="menuitems"){
			if (event.srcElement.url != ''){
				if (event.srcElement.getAttribute("target")!=null)
					new iMwin()                                                              
				else
					window.location=event.srcElement.url
			}
		}
}


function showmenuie5(){
		var rightedge=document.body.clientWidth-event.clientX
		var bottomedge=document.body.clientHeight-event.clientY
		if (rightedge<ie5menu.offsetWidth)
			ie5menu.style.left=document.body.scrollLeft+event.clientX-ie5menu.offsetWidth
		else
			ie5menu.style.left=document.body.scrollLeft+event.clientX
		if (bottomedge<ie5menu.offsetHeight)
			ie5menu.style.top=document.body.scrollTop+event.clientY-ie5menu.offsetHeight
		else
			ie5menu.style.top=document.body.scrollTop+event.clientY
		ie5menu.style.visibility="hidden"
		return false
}
function hidemenuie5(){
		ie5menu.style.visibility="hidden"
}

document.write('<!--[if IE]>');
document.write("<DIV align=left class=cMenu id=ie5menu onclick=jumptoie5() onmouseout=lowlightie5() onmouseover=highlightie5() style='background: url(fondo.gif);'>");
document.write(' <DIV class=menuitems url="http://www.melodiasmoviles.com/indice.php">INDICE</DIV>');
document.write('<HR color=#000000 SIZE=1>');
document.write('<DIV class=menuitems url="http://www.melodiasmoviles.com/melodias.php">MELODIAS</DIV>');
document.write('<DIV class=menuitems url="http://www.melodiasmoviles.com/trucos_moviles.php">TRUCOS</DIV>');
document.write('<DIV class=menuitems url="http://www.melodiasmoviles.com/software_moviles.php">SOFTWARE</DIV>');
document.write('<DIV class=menuitems url="http://www.melodiasmoviles.com/sms_mensajes_moviles.php">SMS</DIV>');
document.write('<DIV class=menuitems url="http://www.melodiasmoviles.com/cables.php">CABLES</DIV>');
document.write('<DIV class=menuitems url="http://www.melodiasmoviles.com/ponerlasmelodiasenelmovil.php">FAQ: DUDAS</DIV>');
document.write('<DIV class=menuitems url="http://www.logotiposmoviles.com/logotipos.php">LOGOTIPOS</DIV>');
document.write('<DIV class=menuitems url="http://www.melodiasmoviles.com/documentacion/documentacion.php">INFO GSM</DIV>');
document.write('<DIV class=menuitems url="http://www.melodiasmoviles.com/glosario_terminos_moviles.php">GOLSARIO</DIV>');
document.write('<DIV class=menuitems url="http://www.melodiasmoviles.com/manuales.php">MANUALES</DIV>');
document.write('<DIV class=menuitems url="http://www.melodiasmoviles.com/unlocking.php">UNLOCKING</DIV>');
document.write('<DIV class=menuitems url="http://www.melodiasmoviles.com/PHP/forum/index.php">FORO</DIV>');
document.write('<HR color=#000000 SIZE=1>');
document.write('<DIV class=menuitems url="http://www.melodiasmoviles.com/tienda.php">TIENDA ON LINE</DIV>');
document.write('<DIV class=menuitems url="http://www.melodiasmoviles.com/publicidad.php">PUBLICIDAD</DIV>');
document.write('<hr width="50%" size="1" color="#000000">');
document.write('<DIV class=menuitems url="http://www.melodiasmoviles.com/recomienda.php">RECOMIENDANOS</DIV>');
document.write('<DIV class=menuitems url="http://www.melodiasmoviles.com/PHP/listadecorreo/listadecorreo.php?pw=bienvenido">LISTA DE CORREO</DIV>');
document.write('<DIV class=menuitems url="http://www.melodiasmoviles.com/contacta.php">CONTACTANOS</DIV>');
document.write('</DIV><![endif]-->');

/****************** Fin del menu derecho ******************/ 

if (/*document.all&&window.print*/!document.layers){

	ie5menu.className="cMenu"

	document.oncontextmenu=showmenuie5

	document.body.onclick=hidemenuie5
	

}

//-->
