function apri_finestra(str){
	window.open(str,'new_finestra','toolbar=no,width=720,height=510,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=yes,scrollbars=yes');
}

function apri_gallery(str){
	window.open(str,'new_gall','toolbar=no,width=400,height=400,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=yes,scrollbars=yes');
}


function immagini(str){
	searchWin = window.open(str,'immagini','scrollbars=yes,resizable=no,width=500,height=350,status=no,location=no,toolbar=no');
}

function apri_foto(str){
	window.open(str,'new_foto','toolbar=no,width=450,height=300,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=yes,scrollbars=yes');
}

function apri_foto_param(str,larghezza,altezza){
	window.open(str,'new_foto','toolbar=no,width='+larghezza+',height='+altezza+',location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=yes,scrollbars=yes');
}

function apri_foto2(str){
	window.open(str,'new_foto2','toolbar=no,width=320,height=450,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=yes,scrollbars=yes');
}

function apri_finestra_grande(str){
	window.open(str,'new_finestra2','toolbar=no,width=780,height=500,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=yes,scrollbars=yes');
}

$(function() {

	$(".slidetabs").tabs(".images > div", {
	
		// enable "cross-fading" effect
		effect: 'fade',
		fadeOutSpeed: "slow",
	
		// start from the beginning after the last tab
		rotate: true
	
	// use the slideshow plugin. It accepts its own configuration
	}).slideshow();
	$(".slidetabs").data("slideshow").play();
});

$(function() {
	$("a[rel]").overlay();
	$("#credits").draggable();
});

