
//$(function() {
		//	$(window).resize(function() {
		//		MoveFooter();
		//});
//});

	
	
//$('.GridCol').height($(document).innerHtml());
content_resize(1,'.GridCol.First','.GridCol.Second',0); // 0 = noshop/1=shop,col1,col2,margin

 $(document).ready(function() {
  $(document).pngFix(); 
  
   $('.ShopMenu a').append('&nbsp;');
   
 	$('.Email').safermailto();  // email cloaking

  //function content_resize()      {  MoveFooter();    } ;

//	$('.Error').hide().fadeIn(1000);
//	$('.Warning').hide().fadeIn(1000);
//	$('.Message').hide().fadeIn(1000);
//	$('.Required').hide().fadeIn(1000);
//	$('.Succes').hide().fadeIn(1000);
//	$('.CallOut').hide().fadeIn(1000);


	$("a[@href$=pdf]").addClass("Pdf");
	
	
		//	$.sifr({
		//		path: 'resources/',
		//		save: true
		//	});
		//	$('.Inhoud h1').sifr({ font: 'rabiohead_fulllatin' });
		//	$('.Inhoud h2').sifr({ font: 'rabiohead_fulllatin' });
			
			
	
	//MoveFooter();
   //$('#Menu ul li:first a').addClass('First');
   //$('#Menu ul li:last a').addClass('Last');
		




   
   //$(document).wresize( content_resize );
 });
