function writeImg()
{
var Modulnavn;
regx = /modul[1-9]/i;
Sti = window.location.href;
Modulnavn = Sti.match(regx);

if (Modulnavn == "Modul1")
{
    document.write('<oIMG SRC="../grafik/modula_intro.jpg" WIDTH="146" HEIGHT="110" BORDER="0">');
}
if (Modulnavn == "Modul2")
{
    document.write('<oIMG SRC="../grafik/modula_intro.jpg" WIDTH="146" HEIGHT="110" BORDER="0">');
}
if (Modulnavn == "Modul3")
{
    document.write('<oIMG SRC="../grafik/modula_intro.jpg" WIDTH="146" HEIGHT="110" BORDER="0">');
}

}



