jQuery.noConflict();
jQuery().ready(function(){
	
    jQuery('#loginLink').click(function () {
    	jQuery('#top').addClass('hidden');
		jQuery('#loginForm').show("slow");
    });
});


<!--

button1 = new Image();
button1.src = "images/nl/account_over.gif";

button2 = new Image();
button2.src = "images/nl/verdiensten_over.gif";

button3 = new Image();
button3.src = "images/nl/uitleg_over.gif";

button4 = new Image();
button4.src = "images/nl/vragen_over.gif";

button5 = new Image();
button5.src = "images/nl/promotools_over.gif";


menuButton = new Image();
menuButton.src = "images/menu_button_over.jpg";

//-->



