document.write ("");
function MakeTollFree() {
document.write('Toll Free to Costa Rica
1-800-215-0276
');
}
function changeTimeOut(newcolor,id) {
//document.getElementById(id).style.background='url(\'./images/site/button-menu-over-B09EFF.gif\') center no-repeat';
document.getElementById(id).style.color=newcolor;
setTimeout("changeTimeOut('#00ff00','"+id+"');",3000);
clearTimeout();
}
function changeTimeOutBottom(newcolor,id) {
document.getElementById(id).style.color=newcolor;
setTimeout("changeTimeOutBottom('#fff','"+id+"');",3000);
clearTimeout();
}