<!--//

// What is $(document).ready ? See: http://flowplayer.org/tools/using.html#document_ready

// What is $(document).ready ? See: http://flowplayer.org/tools/documentation/basics.html#document_ready
function change_language_function(){
	$(document).ready(function() {
		$("#change_language").tooltip({ 
			direction: 'down',
			offset: [117, -3],
			effect: 'slide',
			bounce: true});
	});
}

//-->
