$(document).ready(function() {
	
	$("#videos a").colorbox({iframe:true, innerWidth:820, innerHeight:520});
	$("#screenshot").click(function() {
		$.fn.colorbox({
			href:'introduction.html',
			iframe:true, 
			innerWidth:820, 
			innerHeight:520
		})
	});
	
});