if (top.location != self.location) { top.location = self.location; }
if (document.images) { But = new Array()
for (i=0; i < 6; i++)
{ But[i] = new Image(); }
 But[0].src = "/sm/n_home_o.gif"
 But[1].src = "/sm/n_reinvest_o.gif"
 But[2].src = "/sm/n_comp_o.gif"
 But[3].src = "/sm/n_offers_o.gif"
 But[4].src = "/sm/n_tc_o.gif"
 But[5].src = "/sm/n_contact_o.gif"
}
var n = null;
var m = null;
function mes(m)
{ window.status = m; }
function bov(n,m)
{
 if (document.images) { document [n].src = "/sm/n_" + n + "_o.gif"; }
 window.status = m;
}
function bdo()
{ window.status = "Go!"; }
function bou(n)
{
 if (document.images) { document [n].src = "/sm/n_" + n + "_u.gif"; }
 window.status = " ";
}
