/* Global JavaScript */
/* Author: Alexander Schakel 2010 */

var baseURL = 'http://localhost/go%20development/_IMMMITS/_SITES%20IN%20DEV/IMMITS/_ONLINE/mercurious.nl/';

$(document).ready(function() {
				
$('a.bottom-item').cluetip({
    cluetipClass: 'tooltip', 
	dropShadow: false,
	splitTitle: '|'
  });

});

function openText(id) {
	$('#training_text_' + id).toggle();
}
