// JavaScript Document

<!--
window.onload=function(){

<!-- link1
document.getElementById('foo').onmouseover=function(){
document.getElementById('i').style.color='#ffffff';
return false;
}
document.getElementById('foo').onmouseout=function(){
document.getElementById('i').style.color='#000000';
return false;
}
// end link1 -->
<!-- link2
document.getElementById('foo2').onmouseover=function(){
document.getElementById('i2').style.color='#ffffff';
return false;
}
document.getElementById('foo2').onmouseout=function(){
document.getElementById('i2').style.color='#000000';
return false;
}
// end link2 -->
<!-- link3
document.getElementById('foo3').onmouseover=function(){
document.getElementById('i3').style.color='#ffffff';
return false;
}
document.getElementById('foo3').onmouseout=function(){
document.getElementById('i3').style.color='#000000';
return false;
}
// end link3 -->
<!-- link4
document.getElementById('foo4').onmouseover=function(){
document.getElementById('i4').style.color='#ffffff';
return false;
}
document.getElementById('foo4').onmouseout=function(){
document.getElementById('i4').style.color='#000000';
return false;
}
// end link4 -->
<!-- link5
document.getElementById('foo5').onmouseover=function(){
document.getElementById('i5').style.color='#ffffff';
return false;
}
document.getElementById('foo5').onmouseout=function(){
document.getElementById('i5').style.color='#000000';
return false;
}
// end link5 -->
<!-- link6
document.getElementById('foo6').onmouseover=function(){
document.getElementById('i6').style.color='#ffffff';
return false;
}
document.getElementById('foo6').onmouseout=function(){
document.getElementById('i6').style.color='#000000';
return false;
}
// end link6 -->
<!-- link7
document.getElementById('foo7').onmouseover=function(){
document.getElementById('i7').style.color='#ffffff';
return false;
}
document.getElementById('foo7').onmouseout=function(){
document.getElementById('i7').style.color='#000000';
return false;
}
// end link7 -->
<!-- link8
document.getElementById('foo8').onmouseover=function(){
document.getElementById('i8').style.color='#ffffff';
return false;
}
document.getElementById('foo8').onmouseout=function(){
document.getElementById('i8').style.color='#000000';
return false;
}
// end link8 -->
<!-- link9
document.getElementById('foo9').onmouseover=function(){
document.getElementById('i9').style.color='#ffffff';
return false;
}
document.getElementById('foo9').onmouseout=function(){
document.getElementById('i9').style.color='#000000';
return false;
}
// end link9 -->
}

//-->
