function myfunction(var1) {
		var messge = '';
		if (var1 == 'II') {
			message = varII;
		}
		if (var1 == 'III') {
			message = varIII;
		}
		
	   //FANCYBOX FLOORPLANNER
		$.fancybox({
			'href'			: 'uploadfiles/flash/woneninhetland/fase_'+var1+'.swf?var1='+var1,
			'title'   		: 'Fase ' + var1,
			'autoScale'		: false,
			'width'			: 900,
			'height'		: 500,
			'type'			: 'swf',
			'swf'			: {
					'allowfullscreen'	: 'true',
					'flashvars': 'flashVarr=' + message
				}
	
		});
	}
$(function(){	
	//NAVIGATION DROPDOWN
	/*
	$('#nav li').hover(
		function () { $('ul', this).fadeIn(500);	}, 
		function () { $('ul', this).fadeOut(200); }
	);   
	*/
	
   

   //CUFON
   Cufon.replace('h1')('h2');
   Cufon.replace('#subnav a', { hover : true })
	
	
   //CYCLE ARTIKEL HOME
   $('#header_cycle').cycle({
       fx: 'fade',
       timeout: 4500,
       random: 1
   });
   //FANCYBOX
    $(".fancybox").fancybox();
	
	//FANCYBOX BEZICHTIGING
    $(".mailTo").fancybox({
		'type'				: 'iframe',
		'height'			: 520
	});
   
   //FANCYBOX FLOORPLANNER
    $("a.fancyboxIframe").fancybox({
        'width'				: '90%',
        'height'			: '90%',
        'autoScale'     	: false,
        'transitionIn'		: 'none',
        'transitionOut'		: 'none',
        'type'				: 'iframe'
    });
	
   
   //FANCYBOX PROJECTEN
   $("a.gallery").fancybox({
       	titlePosition : 'inside',
		titleFormat   : function(title, currentArray, currentIndex, currentOpts) {
			return '<span id="fancybox-title-inside"><span class="floatRight" style="font-size: 10px; color: #333333;">' +  (currentIndex + 1) + ' / ' + currentArray.length + '</span><span class="flaotLeft">'+title+'</span></span>';
		}
   });

});

$(window).load(function(){
	//NAVIGATION LAVALAMP
   $('#nav ul').lavaLamp({
       fx: "backout",
       autoResize:true,
       speed: 700
   });
});

