window.onload = function () {

	MM_preloadImages('/images/nav/home2.gif', '/images/nav/info2.gif', '/images/nav/nieuws2.gif', '/images/nav/contact2.gif', '/images/nav/experts2.gif');
	
	document.getElementById('nav_home').onmouseout = MM_swapImgRestore;
	document.getElementById('nav_home').onmouseover = function () { MM_swapImage('nav_home','','/images/nav/home2.gif',1); };
	document.getElementById('nav_info').onmouseout = MM_swapImgRestore;
	document.getElementById('nav_info').onmouseover = function () { MM_swapImage('nav_info','','/images/nav/info2.gif',1); };
	document.getElementById('nav_nieuws').onmouseout = MM_swapImgRestore;
	document.getElementById('nav_nieuws').onmouseover = function () { MM_swapImage('nav_nieuws','','/images/nav/nieuws2.gif',1); };
	document.getElementById('nav_experts').onmouseout = MM_swapImgRestore;
	document.getElementById('nav_experts').onmouseover = function () { MM_swapImage('nav_experts','','/images/nav/experts2.gif',1); };
	document.getElementById('nav_contact').onmouseout = MM_swapImgRestore;
	document.getElementById('nav_contact').onmouseover = function () { MM_swapImage('nav_contact','','/images/nav/contact2.gif',1); };		

}

$(document).ready(function($) {
						   
	$('.img_sort img').each(function() {
		if ($(this).attr('align') == 'left')
			$(this).css({ 'margin-right': '10px', 'margin-bottom': '6px' });
		else if ($(this).attr('align') == 'right')
			$(this).css({ 'margin-left': '10px', 'margin-bottom': '6px' });
	});

});