tentogirl
2004.08.06
|
|
0 0
10
|
"Most people think of me as a goal-scorer , but the truth is that I do not think of my self like that.I believe that I am a provider rather than a scorer." ( Dennis Bergkamp )
{
menu1on = new Image(150, 75);
menu1on.src = "usedpix/bmenu1.gif"
menu1off = new Image(150, 75);
menu1off.src = "usedpix/bmenu.gif"
}
function img_act(imgName)
{
imgOn = eval(imgName + "on.src");
document [imgName].src = imgOn;
}
function img_inact(imgName)
{
imgOff = eval(imgName + "off.src");
document [imgName].src = imgOff;
}
|
|