function newImage()
{
    /* Get image from preloader */
    preloader();
    
    /* Filter settings */
    version = 0;
    if(navigator.appVersion.indexOf("MSIE") != -1)
    {
        temp=navigator.appVersion.split("MSIE");
        version=parseFloat(temp[1]);
    }
    if(version >= 5.5)
    {
        document.getElementById('logo').style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.defabrique.nl/images/logo/logo9.png',sizingMethod='scale')";	
     	document.getElementById('hidesub-button').style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.defabrique.nl/images/kruis_wit.png',sizingMethod='scale')";	
    }
    if(navigator.userAgent.indexOf("Firefox") != -1)
    {
        var versionindex=navigator.userAgent.indexOf("Firefox")+8
        if(parseInt(navigator.userAgent.charAt(versionindex)) >= 1)
        {
            document.getElementById('logo').style.background = "url(http://www.defabrique.nl/images/logo/logo9.png)";
            document.getElementById('hidesub-button').style.background = "url(http://www.defabrique.nl/images/kruis_zwart.png)";  
        }         
    }
  
    /* Check if background image is dark or light */
    if(document.theImage.src.match('donker') != null)
    {
        document.getElementById('scrollbtnup').style.background = "url(http://www.defabrique.nl/images/scroll_zwart_up.gif)";
        document.getElementById('scrollbtndown').style.background = "url(http://www.defabrique.nl/images/scroll_zwart_down.gif)";
        document.getElementById('left-content-header-sub').style.backgroundColor='#FFFFFF';
        document.getElementById('left-content-bar').style.backgroundColor='#FFFFFF';
        document.getElementById('right-content-bar').style.backgroundColor='#FFFFFF';
        document.getElementById('left-content-map').style.backgroundColor='#FFFFFF';
        document.getElementById('left-content-footer').style.backgroundColor='#FFFFFF';
        document.getElementById('right-content-sub').style.backgroundColor='#FFFFFF';
        document.getElementById('footer-tekst').style.color='#000000';
        document.getElementById('right-content-sub').style.color='#000000';
        
        /* Set al links */
        linkColor('#000');
        
        if(window.location.href == 'http://www.defabrique.nl/contact_route/stel_uw_vraag.php')
        {
            document.getElementById('formulierencontact').style.color='#FFFFFF';
            document.getElementById('formulierencontact').style.fontSize='11px';
        }
        else if(window.location.href == 'http://www.defabrique.nl/nieuws/inschrijven_nieuwsbrief.php')
        {
            document.getElementById('formuliereninschrijf').style.color='#FFFFFF';
            document.getElementById('formuliereninschrijf').style.fontSize='11px';
        }
        else if(window.location.href == 'http://www.defabrique.nl/introductie/nieuwsbrief_uitschrijven.php')
        {
            document.getElementById('formulieren').style.color='#FFFFFF';
            document.getElementById('formulieren').style.fontSize='11px';
        }
    }
    else
    {
        document.getElementById('scrollbtnup').style.background = "url(http://www.defabrique.nl/images/scroll_zwart_up.gif)";
        document.getElementById('scrollbtndown').style.background = "url(http://www.defabrique.nl/images/scroll_zwart_down.gif)";
        document.getElementById('left-content-header-sub').style.backgroundColor='#FFFFFF';
        document.getElementById('left-content-bar').style.backgroundColor='#FFFFFF';
        document.getElementById('right-content-bar').style.backgroundColor='#FFFFFF';
        document.getElementById('left-content-map').style.backgroundColor='#FFFFFF';
        document.getElementById('left-content-footer').style.backgroundColor='#FFFFFF';
        document.getElementById('right-content-sub').style.backgroundColor='#FFFFFF';
        document.getElementById('footer-tekst').style.color='#000000';
        document.getElementById('right-content-sub').style.color='#000000';
        
        /* Set al links */
        linkColor('#000');
        
        if(window.location.href == 'http://www.defabrique.nl/contact_route/stel_uw_vraag.php')
        {
            document.getElementById('formulierencontact').style.color='#000000';
            document.getElementById('formulierencontact').style.fontSize='11px';
        }
        else if(window.location.href == 'http://www.defabrique.nl/nieuws/inschrijven_nieuwsbrief.php')
        {
            document.getElementById('formuliereninschrijf').style.color='#000000';
            document.getElementById('formuliereninschrijf').style.fontSize='11px';
        }
        else if(window.location.href == 'http://www.defabrique.nl/introductie/nieuwsbrief_uitschrijven.php')
        {
            document.getElementById('formulieren').style.color='#000000';
            document.getElementById('formulieren').style.fontSize='11px';
        }
    }
}

function linkColor(theColor)
{
    var a = document.getElementById('contents').getElementsByTagName('a');
    for(var i=0; i<a.length;i++)
    {    
        var link = a[i].innerHTML;
        if(link[0] != '.')
        {
            a[i].style.color = theColor;
        }
    }
    var a = document.getElementById('footer-tekst').getElementsByTagName('a');
    for(var i=0; i<a.length;i++)
    {    
        var link = a[i].innerHTML;
        if(link[0] != '.')
        {
            a[i].style.color = theColor;
        }
    }
}


document.write("<div id=\"bg\"><img src=\"#\" name=\"theImage\" id=\"theImage\" height=\"100%\" width=\"100%\" onclick=\"newImage();\" /></div>");
document.write("<div class=\"buis\"><img src=\"http://www.defabrique.nl/images/buis.png\" style=\"width: 884px; height:423px;\" onclick=\"newImage();\" /></div>");
document.write("<div id=\"left-content-header-sub\"></div>");
document.write("<a style=\"cursor: pointer;\"href=\"http://www.defabrique.nl\" title=\"Home\"><div id=\"logo\"></div></a>");
document.write("<div id=\"left-content-bar\"></div>");
document.write("<div id=\"right-content-bar\"></div>");
document.write("<div id=\"left-content-hole\"></div>");
document.write("<div id=\"left-content-map\"></div>");
/*
document.write("<div id=\"left-content-footer\"><div id=\"footer-tekst\"><br />DeFabrique&reg;, T. 030 240 40 40, <a href=\"mailto:info@defabrique.nl\" />info@defabrique.nl</a><br /><a href=\"http://www.defabrique.nl/privacy_statement.php\">Algemene voorwaarden</a> | <a href=\"http://www.defabrique.nl/disclaimer.php\">Disclaimer</a> | <a href=\"http://www.defabrique.nl/sitemap.php\">Sitemap</a> | <a href=\"http://www.defabrique.nl/evenementen/\">Evenementen</a></div></div>");
document.write("<div id=\"hider\"><div id=\"right-content-sub\">");
document.write("<div id=\"hidesub-button\" style=\"cursor:pointer\" onclick=\"hide('hider');\"></div><br />");
document.write("<div class=\"scrollbtn-up\" onmousedown='up()' onmouseup='stop()' onmouseout='stop()' style=\"cursor:pointer;\"><img name=\"scrollbtnup\" id=\"scrollbtnup\" width=\"10\" height=\"8\" alt=\"scroll\" usemap=\"#Map1\" border=\"0\"/></div><br /><br />");
document.write("<div class=\"scrollbtn-down\" onmousedown='down()' onmouseup='stop()' onmouseout='stop();' style=\"cursor:pointer\"><img name=\"scrollbtndown\" id=\"scrollbtndown\" width=\"10\" height=\"8\" alt=\"scroll\" usemap=\"#Map2\" border=\"0\"/></div>");
document.write("<div id=\"contents\">");*/