var options = { type: 'get', dataType: 'html', async: true };
	$(document).ready(function(){
$("#navBlockA").click(function(){ 
$("#content").load("/page/ov.html", { type: 'get', async: true, dataType: 'html' }, function() { $(".testb").fadeIn(1000); }); return false; });
$("#pgr").click(function(){ $("#content").load("/page/afh.html", { type: 'get', async: true, dataType: 'html' }, function() { $(".testb").fadeIn(1000); }); return false; });
$("#navBlockD").click(function(){ 
$("#content").load("/page/res.html", { type: 'get', async: true, dataType: 'html' }, function() { $(".testb").fadeIn(1000); 
$.getScript('/js/Jquery/ui/core.js'); 
$.getScript('/js/Jquery/ui/picker.js'); 
$.getScript('/js/Jquery/ui/datepicker-nl.js');
$.getScript('/js/Jquery/lib/form.js');
$.getScript('/js/Jquery/lib/send.js');
}); return false; });
$("#maps").click(function(){ 
$("#content").load("/page/maps.html", { type: 'get', async: true, dataType: 'html' }, function() { $(".testb").fadeIn(1000); }); return false; });
$("#mailN").click(function(){ 
$("#content").load("/page/contact.html", { type: 'get', async: true, dataType: 'html' }, function() { $(".testb").fadeIn(1000); 
$.getScript('/js/Jquery/lib/form.js');
$.getScript('/js/Jquery/lib/sendMail.js');
}); return false; });
	});
