/**
 * Bootstrap.js - Bootstrap for all Javascript functionality
 * 
 * @author  Webstores <info at webstores dot nl>
 *           Copyright (c) Webstores internet totaalbureau <http://www.webstores.nl/>
 */

WS.Event.addEvent(window, 'load', function() {
	WS.Util.fixPngBackground('logo', '/resources/img/logo.png');
	WS.Util.fixPngBackground('visual-uil', '/resources/img/header-uil.png');
	WS.Util.fixPngBackground('searcharea', '/resources/img/bg-search.png');
	$('#content-text').jScrollPane({dragMaxHeight:50, dragMinHeight:50, scrollbarWidth:10, scrollbarMargin:20});
});

