$(document).ready(function() {

	$("ul.gallery li").hover(function() { //On hover...

		var thumbOver = $(this).find("img").attr("src"); //Get image url and assign it to 'thumbOver'

		//Set a background image(thumbOver) on the <a> tag - Set position to bottom
		$(this).find("a.thumb").css({'background' : 'url(' + thumbOver + ') no-repeat center bottom'});

		//Animate the image to 0 opacity (fade it out)
		$(this).find("span").stop().fadeTo('normal', 0 , function() {
			$(this).hide() //Hide the image after fade
		});
	} , function() { //on hover out...
		//Fade the image to full opacity 
		$(this).find("span").stop().fadeTo('normal', 1).show();
	});
	
	
	
	//slider
	$(function(){
			
			$('#slider').anythingSlider({
				autoPlay            : true,     // If true, the slideshow will start running; replaces "startStopped" option
				delay               : 3000,      // How long between slideshow transitions in AutoPlay mode (in milliseconds)
				resumeDelay         : 10000,     // Resume slideshow after user interaction, only if autoplayLocked is true (in milliseconds).
				animationTime       : 600,      // How long the slideshow transition takes (in milliseconds)	
				hashTags            : false,
				buildNavigation		: false
			});
	});
		
	
});	
	
	
function ajax_home() {
$('#main_content').html('<br /><p style="text-align:center;"><img src="/images/ajax-loader.gif" width="31" height="31" /></p>').fadeIn();
//alert('test 1');
		$('#main_content').load("../ajax/ajax_about.php",function(){
			//alert('test 2');
			$('#main_content').hide().fadeIn().highlightFade({color:'rgb(253,253,175)'});
		});
}	
	
function ajax_zenweb() {
$('#main_content').html('<br /><p style="text-align:center;"><img src="/images/ajax-loader.gif" width="31" height="31" /></p>').fadeIn();
$('#main_content').load("../ajax/ajax_zenweb.php",function(){
			$('#main_content').hide().fadeIn().highlightFade({color:'rgb(253,253,175)'});
		});
}

function ajax_realisaties() {
$('#main_content').html('<br /><p style="text-align:center;"><img src="/images/ajax-loader.gif" width="31" height="31" /></p>').fadeIn();
		$('#main_content').load("../ajax/ajax_realisaties.php",function(){
			$('#main_content').hide().fadeIn().highlightFade({color:'rgb(253,253,175)'});
			
			
		});
}

function ajax_vanhoof() {
$('#main_content').html('<br /><p style="text-align:center;"><img src="/images/ajax-loader.gif" width="31" height="31" /></p>').fadeIn();
		$('#main_content').load("../ajax/ajax_vanhoof.php",function(){
			$('#main_content').hide().fadeIn().highlightFade({color:'rgb(253,253,175)'});
		});
}

function ajax_vankerckhoven() {
$('#main_content').html('<br /><p style="text-align:center;"><img src="/images/ajax-loader.gif" width="31" height="31" /></p>').fadeIn();
		$('#main_content').load("../ajax/ajax_vankerckhoven.php",function(){
			$('#main_content').hide().fadeIn().highlightFade({color:'rgb(253,253,175)'});
		});
}

function ajax_accenium() {
$('#main_content').html('<br /><p style="text-align:center;"><img src="/images/ajax-loader.gif" width="31" height="31" /></p>').fadeIn();
		$('#main_content').load("../ajax/ajax_accenium.php",function(){
			$('#main_content').hide().fadeIn().highlightFade({color:'rgb(253,253,175)'});
		});
}


function ajax_belite() {
$('#main_content').html('<br /><p style="text-align:center;"><img src="/images/ajax-loader.gif" width="31" height="31" /></p>').fadeIn();
		$('#main_content').load("../ajax/ajax_belite.php",function(){
			$('#main_content').hide().fadeIn().highlightFade({color:'rgb(253,253,175)'});
		});
}

function ajax_bas() {
$('#main_content').html('<br /><p style="text-align:center;"><img src="/images/ajax-loader.gif" width="31" height="31" /></p>').fadeIn();
		$('#main_content').load("../ajax/ajax_bas.php",function(){
			$('#main_content').hide().fadeIn().highlightFade({color:'rgb(253,253,175)'});
		});
}


function ajax_blijedagen() {
$('#main_content').html('<br /><p style="text-align:center;"><img src="/images/ajax-loader.gif" width="31" height="31" /></p>').fadeIn();
		$('#main_content').load("../ajax/ajax_blijedagen.php",function(){
			$('#main_content').hide().fadeIn().highlightFade({color:'rgb(253,253,175)'});
		});
}

function ajax_buvetex() {
$('#main_content').html('<br /><p style="text-align:center;"><img src="/images/ajax-loader.gif" width="31" height="31" /></p>').fadeIn();
		$('#main_content').load("../ajax/ajax_buvetex.php",function(){
			$('#main_content').hide().fadeIn().highlightFade({color:'rgb(253,253,175)'});
		});
}

function ajax_houtpark() {
$('#main_content').html('<br /><p style="text-align:center;"><img src="/images/ajax-loader.gif" width="31" height="31" /></p>').fadeIn();
		$('#main_content').load("../ajax/ajax_houtpark.php",function(){
			$('#main_content').hide().fadeIn().highlightFade({color:'rgb(253,253,175)'});
		});
}

function ajax_orapronobis() {
$('#main_content').html('<br /><p style="text-align:center;"><img src="/images/ajax-loader.gif" width="31" height="31" /></p>').fadeIn();
		$('#main_content').load("../ajax/ajax_orapronobis.php",function(){
			$('#main_content').hide().fadeIn().highlightFade({color:'rgb(253,253,175)'});
		});
}

function ajax_vandenschoor() {
$('#main_content').html('<br /><p style="text-align:center;"><img src="/images/ajax-loader.gif" width="31" height="31" /></p>').fadeIn();
		$('#main_content').load("../ajax/ajax_vandenschoor.php",function(){
			$('#main_content').hide().fadeIn().highlightFade({color:'rgb(253,253,175)'});
		});
}






function go_click(){  
if(document.getElementById("name").value == "naam") { document.getElementById("name").value = "" } 
}; 

function go_leave(){  
if(document.getElementById("name").value == "") { document.getElementById("name").value = "naam" } 
}; 

function go_click2(){  
if(document.getElementById("email").value == "email") { document.getElementById("email").value = "" } 
}; 

function go_leave2(){  
if(document.getElementById("email").value == "") { document.getElementById("email").value = "email" } 
}; 


