// logos.js
// Plaatse de logo's inclusie hyperlinks
// juni 2005

document.write("<img src='images/logos.jpg' width='674' height='69' border='0' usemap='#logos'>");
document.write("<map name='logos'>");
document.write("  <area shape='rect' coords='1,25,184,63'  alt='Vrom' onFocus='if(this.blur)this.blur()' href='http://www.vrom.nl/externeveiligheid' target='_blank'>");
document.write("  <area shape='rect' coords='191,1,577,70' alt='Ministerie van Binnenlandse zaken en Koninkrijksrelaties' onFocus='if(this.blur)this.blur()' href='http://www.minbzk.nl' target='_blank'>");
document.write("  <area shape='rect' coords='579,1,677,69' alt='Interprovinciaal Overleg' onFocus='if(this.blur)this.blur()' href='http://www.ipo.nl' target='_blank'>");
document.write("</map>");

