function spanIn1(theSpan){
 theSpan.className='overSpan1';
}

function spanOut1(theSpan){
 theSpan.className='outSpan1';
}