/**
 * @section   : Unobtrusive JavaScript events and function calls.
 * @project   : Installateur
 * @author    : Boye Oomens <boye@e-sites.nl>
 * @version   : 1.0
 */

/* Png fix for IE6 and below 
if (!window.XMLHttpRequest) {
	DD_belatedPNG.fix('.structure, .sprite, .rc, #nav .home');
}*/

/* Onload events */
addEvent(window, 'load', setExtLinks);

