	$(function() {
	$('.content table a').lightBox({fixedNavigation:true});
	});

	$(document).ready(function(){
    $('.toggle').hover(function(){
    // Make the id overview show
    $('#appear').toggle('fast'); return false; });
	});