;(function($) {
$(document).ready(function() {
	
	
// Standard jQuery footer
})
})(jQuery);
function toggleSlideshow() {
	//alert('show');
	$('#Slide-1').hide();
	$('#Presentation').hide();
	
	$('#Slideshow').show();
	
}
function showHideLang() {
	checkboxOther = document.getElementById('showOther');
	if (checkboxOther.checked) {
		document.getElementById('tableOther').style.display='block';
	} else {
		document.getElementById('tableOther').style.display='none';
	}
}
function showPoll(url, pollid, answerid, tocid) {
	//alert('Poll: '+pollid+' Svar: '+answerid);
	//window.open(url+'?poll='+pollid+'&a='+answerid+'&tocID='+tocid,'poll','width=560,height=445, resizable=no, scrollbars=yes');
	window.location=url+'?poll='+pollid+'&a='+answerid+'&tocID='+tocid;
}
