$(function(){


	$('#sollicitatieFormOpener').click(function(){
		$('body').append('<div id="sollForm"></div>');
		$('body').append('<div id="overLay"></div>');
		$('#sollForm').append('<br /><br /><br /><img src="http://www.ntm.nl/templates/NTM/images/lightbox-ico-loading.gif">');
		$('#sollForm').animate({
			'min-height':750
		}, 500, function(){
			$('#sollForm').empty();			
			//$('#sollForm').load('../../../sollicitatieformulier.php');
			$('#sollForm').append('<a href="#" id="closeLightBox">X</a>');
			$('#sollForm').append('<iframe width="100%" height="700" frameborder="0" src="http://tfemme.han-solo.net/clients/ntm.nl/sollicitatie/1.php"></iframe>');
		});
		return false;
	});
	$('#sollicitatieFormOpenerEN').click(function(){
		$('body').append('<div id="sollForm"></div>');
		$('body').append('<div id="overLay"></div>');
		$('#sollForm').append('<br /><br /><br /><img src="http://www.ntm.nl/templates/NTM/images/lightbox-ico-loading.gif">');
		$('#sollForm').animate({
			'min-height':750
		}, 500, function(){
			$('#sollForm').empty();			
			//$('#sollForm').load('../../../sollicitatieformulier.php');
			$('#sollForm').append('<a href="#" id="closeLightBox">X</a>');
			$('#sollForm').append('<iframe width="100%" height="700" frameborder="0" src="http://tfemme.han-solo.net/clients/ntm.nl/sollicitatie_en/1.php"></iframe>');
		});
		return false;
	});
	$('#sollicitatieFormOpenerDE').click(function(){
		$('body').append('<div id="sollForm"></div>');
		$('body').append('<div id="overLay"></div>');
		$('#sollForm').append('<br /><br /><br /><img src="http://www.ntm.nl/templates/NTM/images/lightbox-ico-loading.gif">');
		$('#sollForm').animate({
			'min-height':750
		}, 500, function(){
			$('#sollForm').empty();			
			//$('#sollForm').load('../../../sollicitatieformulier.php');
			$('#sollForm').append('<a href="#" id="closeLightBox">X</a>');
			$('#sollForm').append('<iframe width="100%" height="700" frameborder="0" src="http://tfemme.han-solo.net/clients/ntm.nl/sollicitatie_de/1.php"></iframe>');
		});
		return false;
	});	

	$('#closeLightBox, a.lbc').live('click',function(){
		$('#sollForm').hide().remove();
		$('#overLay').hide().remove();		
	});

	$('#footer ul:eq(1)').addClass('last');



	$('#navigation li.menu-expand').hover(function(){
		// dit is alleen voor IE7 :-S
		posleft = $(this).position().left+10;
		$(this).find('ul').css({
			'top':'209px',
			'left':posleft+'px'
		});
		$(this).find('ul').show();
	}, function(){
		$(this).find('ul').fadeOut();
	});
	
	
	
	
	
	
	
});


