<!--

//overtd

    function overtd(naam, td)
    {
	    if (document.images)
	    {
	        document.images[naam].src = 'IMG/automaterialen_blauw.png';
	    }
		td.className = 'navovertd';
    }

    function outtd(naam, td)
    {
	    if (document.images)
	    {
   	        document.images[naam].src = 'IMG/auto_onderdelen.gif';
   	    }
		td.className = 'navtd';
    }

    function overitd(naam, td)
    {
	    if (document.images)
	    {
	        document.images[naam].src = 'IMG/automaterialen_blauw.png';
	    }
		td.className = 'navovertd';
    }

    function outitd(naam, td)
    {
	    if (document.images)
	    {
   	        document.images[naam].src = 'IMG/auto_onderdelen.gif';
   	    }
		td.className = 'navtd';
    }

    function buttonovertd(naam, td)
    {
	    if (document.images)
	    {
	        document.images[naam].src = 'IMG/automaterialen_blauw.png';
	    }
		td.className = 'buttonovertd';
    }

    function buttonouttd(naam, td)
    {
	    if (document.images)
	    {
   	        document.images[naam].src = 'IMG/auto_onderdelen.gif';
   	    }
		td.className = 'buttontd';
    }

    function clicktd(newurl)
    {
   	    document.location.href = newurl;
    }

//window

    function openWindow(location_string, width_int, height_int)
    {
        window.open(location_string,'popup','width=' + width_int + ',height=' + height_int + ',toolbar=yes,scrollbars=yes,resizable=yes,menubar=yes,status=yes,directories=yes,location=yes');
    }

//-->