{
toc0on = new Image(51,85);
toc0on.src = "../../../../../info_menu/belmij_menu/afbeeldingen/bel_mij_on.gif";

toc0off = new Image(51,85);
toc0off.src = "../../../../../info_menu/belmij_menu/afbeeldingen/bel_mij_off.gif";
}
function img_act(imgName)
{
{
imgOn = eval(imgName + "on.src");
document [imgName].src = imgOn;
}
}
function img_inact(imgName)
{
{
imgOff = eval(imgName + "off.src");
document [imgName].src = imgOff;
}
}

function createwindow(number) {

        if (number == "2") { NewWindow = window.open("../../../../../info_menu/belmij_menu/belmij.htm","","toolbar=0,location=0,status=0,menubar=0,resizable=no,scrollbars=no,width=320,height=220");};
}

document.write("<a href=javascript:createwindow(2) title='Vul hier gegevens in om terug gebeld te worden.' onMouseover=img_act('toc0') onMouseout=img_inact('toc0')><img src=../../../../../info_menu/belmij_menu/afbeeldingen/bel_mij_off.gif alt border=0 name=toc0 width=85 height=51></a>");
