$(document).ready(function() {

	/* This is basic - uses default settings */
	/*
	$("a.qsn_video").fancybox({
		
		'speedIn':700,
		'speedOut':500,
		'padding':5,
		'modal'	: true,
		'width'	: 640,
		'heigth': 360,
		'overlayOpacity': 0.7,
		'swf' : {
			'allowscriptaccess'	: 'always',
			'allowfullscreen'	: 'true',
			'FlashVars'			: 'playlistxml=/uploads/layout/qsn_videos/playlist_' + this.attr('id') + '.xml'
		}
	});
	*/

	$("a#enterprise").fancybox({
		'speedIn':700,
		'speedOut':500,
		'padding':5,
		'modal'	: true,
		'autoScale': false,
		'width'	: 640,
		'heigth': 360,
		'overlayOpacity': 0.7,
		'overlayColor': '#000',
		'swf' : {
			'allowscriptaccess'	: 'always',
			'allowfullscreen'	: 'true',
			'FlashVars'			: 'playlistxml=/uploads/layout/qsn_videos/playlist_enterprise.xml'
		}
	});
	
	
	$("a#certificeren").fancybox({
		
		'speedIn':700,
		'speedOut':500,
		'padding':5,
		'modal'	: true,
		'autoScale': false,
		'width'	: 640,
		'heigth': 360,
		'overlayOpacity': 0.7,
		'overlayColor': '#000',
		'swf' : {
			'allowscriptaccess'	: 'always',
			'allowfullscreen'	: 'true',
			'FlashVars'			: 'playlistxml=/uploads/layout/qsn_videos/playlist_certificeren.xml'
		}
	});
	
	$("a#onderhouden").fancybox({
		
		'speedIn':700,
		'speedOut':500,
		'padding':5,
		'modal'	: true,
		'autoScale': false,
		'width'	: 640,
		'heigth': 360,
		'overlayOpacity': 0.7,
		'overlayColor': '#000',
		'swf' : {
			'allowscriptaccess'	: 'always',
			'allowfullscreen'	: 'true',
			'FlashVars'			: 'playlistxml=/uploads/layout/qsn_videos/playlist_onderhouden.xml'
		}
	});
	
	$("a#management").fancybox({
		
		'speedIn':700,
		'speedOut':500,
		'padding':5,
		'modal'	: true,
		'autoScale': false,
		'width'	: 640,
		'heigth': 360,
		'overlayOpacity': 0.7,
		'overlayColor': '#000',
		'swf' : {
			'allowscriptaccess'	: 'always',
			'allowfullscreen'	: 'true',
			'FlashVars'			: 'playlistxml=/uploads/layout/qsn_videos/playlist_management.xml'
		}
	});
	
	$("a#lamboo").fancybox({
		
		'speedIn':700,
		'speedOut':500,
		'padding':5,
		'modal'	: true,
		'autoScale': false,
		'width'	: 640,
		'heigth': 360,
		'overlayOpacity': 0.7,
		'overlayColor': '#000',
		'swf' : {
			'allowscriptaccess'	: 'always',
			'allowfullscreen'	: 'true',
			'FlashVars'			: 'playlistxml=/uploads/layout/qsn_videos/playlist_lamboo.xml'
		}
	});
	
	$("a#notubiz").fancybox({
		
		'speedIn':700,
		'speedOut':500,
		'padding':5,
		'modal'	: true,
		'autoScale': false,
		'width'	: 640,
		'heigth': 360,
		'overlayOpacity': 0.7,
		'overlayColor': '#000',
		'swf' : {
			'allowscriptaccess'	: 'always',
			'allowfullscreen'	: 'true',
			'FlashVars'			: 'playlistxml=/uploads/layout/qsn_videos/playlist_notubiz.xml'
		}
	});
	
	$("a#visser").fancybox({
		
		'speedIn':700,
		'speedOut':500,
		'padding':5,
		'modal'	: true,
		'autoScale': false,
		'width'	: 640,
		'heigth': 360,
		'overlayOpacity': 0.7,
		'overlayColor': '#000',
		'swf' : {
			'allowscriptaccess'	: 'always',
			'allowfullscreen'	: 'true',
			'FlashVars'			: 'playlistxml=/uploads/layout/qsn_videos/playlist_visser.xml'
		}
	});
	
	$("a#haarlem").fancybox({
		
		'speedIn':700,
		'speedOut':500,
		'padding':5,
		'modal'	: true,
		'autoScale': false,
		'width'	: 640,
		'heigth': 360,
		'overlayOpacity': 0.7,
		'overlayColor': '#000',
		'swf' : {
			'allowscriptaccess'	: 'always',
			'allowfullscreen'	: 'true',
			'FlashVars'			: 'playlistxml=/uploads/layout/qsn_videos/playlist_allemaal.xml'
		}
	});
	
});
