<!-- 
moving=setTimeout('null',1); 
function move(b){if(b<0&&parseInt(Menu.left)>-Width||b>0&&parseInt(Menu.left)<0){clearTimeout(moving); moving=setTimeout('move('+b+')',slideSpeed); theleft+=b; Menu.left=theleft} else{clearTimeout(moving); moving=setTimeout('null',1)}} 
function startMenu(menu,barText){document.write('<div id=ssm style="width:'+(Width+30)+'px; left:-'+(Width)+'px; z-index:9; top:'+Yoffset+'px; '+(isStatic?'':'top:expression('+Yoffset+'+(y=document.body.scrollTop)+\'px\'); position:fixed!important; ')+'position:absolute" onmouseover=move(10) onmouseout="clearTimeout(moving); moving=setTimeout(\'move(-10)\',waitTime)"><table width=100% cellpadding=0 cellspacing=0><tr><td align=left><b>'+menu+'<\/b><td class=row1 rowspan="100%" style="width:20px;padding:12px 4px 12px 4px;font-size:10pt;font-weight:bold;background:transparent;" align=left>'+barText); Menu=document.getElementById("ssm").style; theleft=-Width} 
function addItem(text,link){document.write('<tr><td><span><a HREF='+link+'><img src="'+text+'" border=0 hspace=0 vspace=0 onmouseover="this.style.MozOpacity=1;this.filters.alpha.opacity=100" onmouseout="this.style.MozOpacity=0.1;this.filters.alpha.opacity=40" onLoad="this.style.MozOpacity=0.1;this.filters.alpha.opacity=40"><\/a><\/span>')} 
function endMenu(){document.write('<tr><td style=font-size:0>&nbsp;<\/table><\/div>')} 
if(document.getElementById){ 

isStatic=false; 
Yoffset=20; 
Width=200; 
slideSpeed=20; 
waitTime=500; 

startMenu("Menu","<img src='http://kontrabando.web44.net/menudeplegable.png' alt='Menu' border='0' hspace='0' vspace='0'>"); 




addItem("http://kontrabando.web44.net/MDI/1.jpg","http://foro.kontrabandoweb.co.cc"); 
addItem("http://kontrabando.web44.net/MDI/2.jpg","login.php"); 
addItem("http://kontrabando.web44.net/MDI/3.jpg","register.php"); 
addItem("http://kontrabando.web44.net/MDI/4.jpg","index.php"); 
addItem("http://kontrabando.web44.net/MDI/5.jpg","search.php"); 
addItem("http://kontrabando.web44.net/MDI/6.jpg","privmsg.php"); 
addItem("http://kontrabando.web44.net/MDI/7.jpg","memberlist.php"); 
addItem("http://kontrabando.web44.net/MDI/8.jpg","profile.php?mode=editprofile"); 
addItem("http://kontrabando.web44.net/MDI/9.jpg","search.php?search_id=newposts"); 
addItem("http://kontrabando.web44.net/MDI/10.jpg","favoritos/"); 
addItem("http://kontrabando.web44.net/MDI/11.jpg","faq/"); 
addItem("http://kontrabando.web44.net/MDI/12.jpg","libro/"); 
addItem("http://kontrabando.web44.net/MDI/13.jpg","quiz/"); 
addItem("http://kontrabando.web44.net/MDI/14.jpg","rangos/"); 



endMenu()};
//-->
