if (document.images)
{
btns1_off = new Image(); btns1_off.src = "/buttons/reistips/tips.gif";
btns2_off = new Image(); btns2_off.src = "/buttons/reistips/stuur_reistip.gif";
btns3_off = new Image(); btns3_off.src = "/buttons/reistips/reisverhalen.gif";
btns4_off = new Image(); btns4_off.src = "/buttons/reistips/boeken_over_suriname.gif";
btns5_off = new Image(); btns5_off.src = "/buttons/reistips/reisadvies.gif";
btns6_off = new Image(); btns6_off.src = "/buttons/reistips/expert.gif";
btns7_off = new Image(); btns7_off.src = "/buttons/reistips/proef_suriname.gif";

btns1_on = new Image(); btns1_on.src = "/buttons/reistips/over/tips.gif";
btns2_on = new Image(); btns2_on.src = "/buttons/reistips/over/stuur_reistip.gif";
btns3_on = new Image(); btns3_on.src = "/buttons/reistips/over/reisverhalen.gif";
btns4_on = new Image(); btns4_on.src = "/buttons/reistips/over/boeken_over_suriname.gif";
btns5_on = new Image(); btns5_on.src = "/buttons/reistips/over/reisadvies.gif";
btns6_on = new Image(); btns6_on.src = "/buttons/reistips/over/expert.gif";
btns7_on = new Image(); btns7_on.src = "/buttons/reistips/over/proef_suriname.gif";

}

function rollover(btne)
{
if (document.images)
{
document.images[btne].src = eval(btne+"on.src")
}
}
function rollback(btne,sticky)
{
if (document.images)
{
if (sticky==0) { document.images[btne].src = eval(btne+"off.src") }
}
}

