// JavaScript Document
$(function() {
    //find all form with class jqtransform and apply the plugin
    $("form.jqtransform").jqTransform();
});

$(document).ready(function() {

	$(".buttonIf").fancybox({
				'width'				: '75%',
				'height'			: '75%',
				'autoScale'			: false,
				'type'				: 'iframe'
			});
	$(".buttonImpressie").fancybox({
				'width'				: '75%',
				'height'			: '75%',
				'autoScale'			: false,
				'type'				: 'iframe'
			});
	$(".iframelink").fancybox({
				'width'				: '75%',
				'height'			: '75%',
				'autoScale'			: false,
				'type'				: 'iframe'
			});
	$(".iframelink2").fancybox({
				'width'				: '75%',
				'height'			: '75%',
				'autoScale'			: false,
				'type'				: 'iframe'
			});

});

$(function() {
  if ($.browser.msie && 8 > parseInt($.browser.version, 10)) {
   		var html = '<div class="browserdetect_container"><div class="browserdetect"><div class="text">Deze webpagina is mogelijk niet goed zichtbaar in uw browser. Gebruik voor een juiste weergave <a href="http://www.microsoft.com/windows/internet-explorer/default.aspx" target="_blank">Internet Explorer 8</a> of <a href="http://www.mozilla.com/firefox/" target="_blank">Mozilla Firefox</a>.</div></div></div>';
		$('#headcontainer').append(html);
	 }
 });




