﻿// JScript File

function home() {
    location.href = 'http://www.akva.de';
}


    $(function() {
	$('#gallery1 a').lightBox({fixedNavigation:true});
	$('#gallery1 a:gt(0)').hide();
	$('#gallery2 a').lightBox({fixedNavigation:true});
	$('#gallery2 a:gt(0)').hide();
	$('#gallery3 a').lightBox({fixedNavigation:true});
	$('#gallery3 a:gt(0)').hide();
	$('#gallery4 a').lightBox({fixedNavigation:true});
	$('#gallery4 a:gt(0)').hide();
	$('#gallery5 a').lightBox({fixedNavigation:true});
	$('#gallery5 a:gt(0)').hide();
	$('#gallery6 a').lightBox({fixedNavigation:true});
	$('#gallery6 a:gt(0)').hide();
	$('#gallery7 a').lightBox({fixedNavigation:true});
	$('#gallery7 a:gt(0)').hide();
	$('#gallery8 a').lightBox({fixedNavigation:true});
	$('#gallery8 a:gt(0)').hide();
	$('#gallery9 a').lightBox({fixedNavigation:true});
	$('#gallery9 a:gt(0)').hide();
	$('#gallery10 a').lightBox({fixedNavigation:true});
	$('#gallery10 a:gt(0)').hide();
	$('#gallery11 a').lightBox({fixedNavigation:true});
	$('#gallery11 a:gt(0)').hide();
	$('#gallery12 a').lightBox({fixedNavigation:true});
	$('#gallery12 a:gt(0)').hide();
	$('#gallery13 a').lightBox({fixedNavigation:true});
	$('#gallery13 a:gt(0)').hide();
	$('#gallery14 a').lightBox({fixedNavigation:true});
	$('#gallery14 a:gt(0)').hide();
	$('#gallery15 a').lightBox({fixedNavigation:true});
	$('#gallery15 a:gt(0)').hide();
	$('#gallery16 a').lightBox({fixedNavigation:true});
	$('#gallery16 a:gt(0)').hide();
	$('#gallery17 a').lightBox({fixedNavigation:true});
	$('#gallery17 a:gt(0)').hide();
	$('#gallery18 a').lightBox({fixedNavigation:true});
	$('#gallery18 a:gt(0)').hide();
	$('#gallery19 a').lightBox({fixedNavigation:true});
	$('#gallery19 a:gt(0)').hide();
	$('#gallery20 a').lightBox({fixedNavigation:true});
	$('#gallery20 a:gt(0)').hide();
    });
