//----- Other stuff
function rollon(obj)
{
obj.className ='rollon'
}
function rolloff(obj)
{
obj.className ='rolloff'
}

