window.onload=function()
{
if(document.getElementById('gators_dos')){
document.getElementById('gators_dos').onmouseover = function(){
var html = "
";
return overlib(html, WRAP,FGCOLOR,'#FFFFFF');
}
document.getElementById('gators_dos').onmouseout = function(){
nd();
}
}
if(document.getElementById('chief_grand')){
document.getElementById('chief_grand').onmouseover = function(){
var html = "
";
return overlib(html, WRAP,FGCOLOR,'#FFFFFF');
}
document.getElementById('chief_grand').onmouseout = function(){
nd();
}
}
if(document.getElementById('macho_sunny')){
document.getElementById('macho_sunny').onmouseover = function(){
var html = "
";
return overlib(html, WRAP,FGCOLOR,'#FFFFFF');
}
document.getElementById('macho_sunny').onmouseout = function(){
nd();
}
}
if(document.getElementById('touch_astor')){
document.getElementById('touch_astor').onmouseover = function(){
var html = "
";
return overlib(html, WRAP,FGCOLOR,'#FFFFFF');
}
document.getElementById('touch_astor').onmouseout = function(){
nd();
}
}
if(document.getElementById('stepaside')){
document.getElementById('stepaside').onmouseover = function(){
var html = "
";
return overlib(html, WRAP,FGCOLOR,'#FFFFFF');
}
document.getElementById('stepaside').onmouseout = function(){
nd();
}
}
if(document.getElementById('never')){
document.getElementById('never').onmouseover = function(){
var html = "
";
return overlib(html, WRAP,FGCOLOR,'#FFFFFF');
}
document.getElementById('never').onmouseout = function(){
nd();
}
}
}