Ecco qui:
<script type="text/javascript">
var moving;
function move(b){clearTimeout(moving); if(b<0&&parseInt(Menu.left)>-Width||b>0&&parseInt(Menu.left)<0){moving=setTimeout('move('+b+')',slideSpeed); theleft+=b; Menu.left=theleft+'px'}}
function startMenu(menu,barText){document.write('<div id=ssm style="width:'+(Width+30)+'px; left:-'+(Width)+'px; top:'+Yoffset+'px; '+(isStatic?'':'top:expression('+Yoffset+'+(y=document.body.scrollTop)+\'px\'); position:fixed!important; ')+'position:absolute; z-index:9" onmouseover=move(10) onmouseout="clearTimeout(moving); moving=setTimeout(\'move(-10)\',waitTime)"><table class=mainbg width=100% cellpadding=4 cellspacing=1><tr><td class=title align=center><b>'+menu+'<\/b><td class=ww rowspan=100 style="width:20px;padding:12px 4px 12px 4px;font-size:10pt;font-weight:bold" align=center valign=middle>'+barText); Menu=document.getElementById("ssm").style; theleft=-Width}
function addItem(text,link){document.write('<tr><td class=aa><span class=web><a HREF='+link+'>'+text+'<\/a><\/span>')}
function endMenu(){document.write('<\/table><\/div>')}
if(document.getElementById){
isStatic=false;
Yoffset=20;
Width=130;
slideSpeed=20;
waitTime=500;
startMenu("","P<br>a<br>s<br>s<br>i<br>o<br>n<br>G<br>a<br>m<br>e<br>s");
addItem("Guida al forum","http://passiongames.forumfree.it/?f=9138649");
addItem("Regolamento partecipazione serate online","http://passiongames.forumfree.it/?t=52715129");
addItem("Regolamento per entrare nel clan[PG]","http://passiongames.forumfree.it/?t=52715255");
addItem("Gruppo Ps3","http://passiongames.forumfree.it/?f=8937385");
addItem("Elenco Serata Passion PS3","http://passiongames.forumfree.it/?f=8938085");
addItem("News Games Multi","http://passiongames.forumfree.it/?f=9224110");
addItem("Sony","http://passiongames.forumfree.it/?f=8933254");
addItem("News Games Ps3","http://passiongames.forumfree.it/?f=8931159");
addItem("Microsoft","http://passiongames.forumfree.it/?f=8933255");
addItem("News Games Xbox360","http://passiongames.forumfree.it/?f=8933243");
addItem("News Games Pc","http://passiongames.forumfree.it/?f=8933256");
addItem("News Generali","http://passiongames.forumfree.it/?f=8938309");
addItem("Anteprime e Recensioni","http://passiongames.forumfree.it/?f=9013191");
endMenu()}
</script>
Grazie.