$(document).ready(function(){

	$(".usefulTerms").accordion({
			header: 'dt',
			active: false,
			collapsible: true,
			autoHeight: false
	});	
	
/* slides
----------------------------------------------- */
	$('#faded').cycle({fx:'fade',timeout: 4000});
    $('#fadeq').cycle({fx:'fade',timeout: 4000});
	$('#fadeqb').cycle({fx:'fade',timeout: 6000});
	$('#fadeqc').cycle({fx:'fade',timeout: 5000});		
	$('#fadeh').cycle({fx:'fade', next:'#next', prev:'#prev' });
	$('#fadex').cycle({fx:'scrollDown',timeout: 6000});
	
/* governor-tooltips
----------------------------------------------- */
$('#portrets *').tooltip({ 
    track: true, 
    delay: 0, 
    showURL: false, 
    opacity: 0, 
    //fixPNG: true, 
    //showBody: " - ", 
    extraClass: "portret", 
    top: -15, 
    left: 5 
});

/* AK open new window
--------------------------------------------------------------*/
$('a.new-window').click(function(){
        window.open(this.href);
        return false;
		});


/* home slides
----------------------------------------------- */
$('#slider').nivoSlider({			
		effect:'fade', //Specify sets like: 'fold,fade,sliceDown'
        //slices:10,
		directionNavHide:true, //Only show on hover
        animSpeed:200, //Slide transition speed
        pauseTime:8000
		});

});

/* pop-up windows
----------------------------------------------- */
function openwindow()
{
	window.open("http://www.leedscitycollege.ac.uk/ak-lib/forms/email-alert.php?xak="+location.href,"mywindow","menubar=0,resizable=1,width=620,height=500");
}

//Standards and Feedback Compliments, Comments, Concerns and Complaints
function openwindow_sfa()
{
	window.open("http://www.leedscitycollege.ac.uk/ak-lib/forms/sf-compliment.php?xak="+location.href,"mywindow","menubar=0,resizable=1,scrollbars=1,width=700,height=600");
}

function openwindow_sfb()
{
	window.open("http://www.leedscitycollege.ac.uk/ak-lib/forms/sf-comment.php?xak="+location.href,"mywindow","menubar=0,resizable=1,scrollbars=1,width=700,height=600");
}

function openwindow_sfc()
{
	window.open("http://www.leedscitycollege.ac.uk/ak-lib/forms/sf-concern.php?xak="+location.href,"mywindow","menubar=0,resizable=1,scrollbars=1,width=700,height=600");
}

function openwindow_sfd()
{
	window.open("http://www.leedscitycollege.ac.uk/ak-lib/forms/sf-complaint.php?xak="+location.href,"mywindow","menubar=0,resizable=1,scrollbars=1,width=700,height=600");
}

function openwindow_sfe()
{
	window.open("http://www.leedscitycollege.ac.uk/ak-lib/forms/sf-apprenticeship.php?xak="+location.href,"mywindow","menubar=0,resizable=1,scrollbars=1,width=700,height=600");
}
