$(document).ready(function(){
	$('#navigation').accordion({
				active: false,
				header: '.head',
				navigation: true,
				autoheight: false 
	});
	
	$("#searchbutton").click(function () { 
      	$("form:first").submit();
    });
	$(".cycle").cycle({
	prev:   '#prev', 
    next:   '#next', 
    timeout: 0 
	});
	
	$('a[rel*=facebox]').facebox() 
	
	
	//issuubox
	var width = $(window).width() * 0.9;
	var height = $(window).height() * 0.9;
	$(".popup, .issuu").css("width", width);
	$(".popup, .issuu").css("height", height);
});
