YOffset=50;
XOffset=0;
staticYOffset=10;
slideSpeed=0.1;
waitTime=100;
menuBGColor="black";
menuIsStatic="yes";
menuWidth=300;
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#C2C2C2";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#DEE9DB";
linkTarget="_top";
linkAlign="Left";
barBGColor="#017f40";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20;
barText="ATTIVIT\300";
flag=true;

tempBar='';
barBuilt=0;
boxItems=new Array();

moving=setTimeout('null',1)

function moveOut()
{
if (ssm.pixelLeft<0)
{
clearTimeout(moving);
moving = setTimeout('moveOut()', slideSpeed);
slideMenu(10)
}
else
{
clearTimeout(moving);
moving=setTimeout('null',1);
}
}

function moveBack()
{
clearTimeout(moving);
moving = setTimeout('moveBack1()', waitTime)
}

function moveBack1()
{
if (ssm.pixelLeft >(-menuWidth))
{
clearTimeout(moving);
moving = setTimeout('moveBack1()', slideSpeed);
slideMenu(-10);
}
else
{
clearTimeout(moving);
moving=setTimeout('null',1);
}
}

function slideMenu(num)
{
ssm.pixelLeft += num;
}

function makeStatic()
{
winY = document.body.scrollTop;

if (winY!=lastY&&winY>YOffset-staticYOffset)
{
smooth = .2 * (winY - lastY - YOffset + staticYOffset);
}
else if (YOffset-staticYOffset+lastY>YOffset-staticYOffset)
{
smooth = .2 * (winY - lastY - (YOffset-(YOffset-winY)));
}
else
{smooth=0}

if(smooth > 0)
smooth = Math.ceil(smooth);
else
smooth = Math.floor(smooth);

bssm.pixelTop+=smooth;
lastY = lastY+smooth;
setTimeout('makeStatic()', 1)
}

function buildBar()
{
if(barText.indexOf('<IMG')>-1)
{
tempBar=barText
}
else
{
for (b=0;b<barText.length;b++)
{
tempBar+=barText.charAt(b)+"
"
}
}
document.write('<td rowspan="100" align="center" width="'+barWidth+'" bgcolor="'+barBGColor+'" valign="'+barVAlign+'"><p align="center"><font face="'+barFontFamily+'" Size="'+barFontSize+'" COLOR="'+barFontColor+'">'+tempBar+'</font></p></TD>')
}

function initSlide()
{
ssm=document.all("thessm").style;
bssm=document.all("basessm").style
bssm.clip="rect(0 "+thessm.offsetWidth+" "+thessm.offsetHeight+" 0)";bssm.visibility = "visible";

if (menuIsStatic=="yes")
makeStatic();
}

function buildMenu()
{
document.write('<DIV ID="basessm" style="visibility:hidden;Position : Absolute ;Left : '+XOffset+' ;Top : '+YOffset+' ;Z-Index : 20;width:'+(menuWidth+barWidth+10)+'"><DIV ID="thessm" style="Position : Absolute ;Left : '+(-menuWidth)+' ;Top : 0 ;Z-Index : 20;" onmouseover="moveOut()" onmouseout="moveBack()">')
document.write('<table border="0" cellpadding="0" cellspacing="1" width="'+(menuWidth+barWidth+2)+'" bgcolor="'+menuBGColor+'">');
document.write('<table border="0" cellpadding="0" cellspacing="1" width="'+(menuWidth+barWidth+2)+'" bgcolor="'+menuBGColor+'">');

for(i=-1;i<boxItems.length;i++)
{
document.write('<TR>')

if(i==-1)
{
document.write('<TD BGCOLOR="'+hdrBGColor+'"><ILAYER><LAYER WIDTH="100%" ALIGN="'+hdrAlign+'"><DIV ALIGN="'+hdrAlign+'"><FONT face="'+hdrFontFamily+'" Size="'+hdrFontSize+'">Menų</DIV></LAYER></ILAYER></TD>');
}

if (i>=0)
{
document.write('<TD BGCOLOR="'+linkBGColor+'" onmouseover="bgColor=\''+linkOverBGColor+'\'" onmouseout="bgColor=\''+linkBGColor+'\'" WIDTH="'+boxItems[i][5]+'"><ILAYER><LAYER onmouseover="bgColor=\''+linkOverBGColor+'\'" onmouseout="bgColor=\''+linkBGColor+'\'" WIDTH="100%" ALIGN="'+linkAlign+'"><TABLE border=0 width=100%><TR><TD><DIV ALIGN="'+linkAlign+'"><FONT face="'+linkFontFamily+'" Size="'+linkFontSize+'">'+boxItems[i][0]+'</TD><TD>[img]/img/'+boxItems[i][2]+'.gif[/img]</TD></DIV></LAYER></ILAYER></TR></TABLE></TD>')
}

if(barBuilt==0)
{
buildBar();
barBuilt=1
}

document.write('</TR>')
}

document.write('</table>')
document.write('</DIV></DIV>')
theleft=-menuWidth;lastY=0;setTimeout('initSlide();', 1)
}

Aiuto......ho paura a modificarlo.....e poi non sono una vera "javascripttiana".....forse pių una persona che ama il copia e incolla...
mi sai aiutare per impostare questo parametro??

grazie,

@rianna