function getGlossaryData(e,catchWord,whereClause){
	
	$.get("index.php", {type: 600, word: catchWord, where: whereClause}, function(data){
		Tip(data, JUMPHORZ, true, JUMPVERT, true, TITLE, false, BALLOON, true, ABOVE, true, WIDTH, 300, STICKY, 1, CLOSEBTN, false, CLICKCLOSE, true, OFFSETX, -20, PADDING, 10 );
	});
		  
	/*
	$.get("fileadmin/template/scripts/ajax_getGlossaryDescription.php", {word: catchWord, where: whereClause}, function(data){
		
		//showGlossaryTooltip(e,data);
		Tip(data, JUMPHORZ, true, JUMPVERT, true, TITLE, false,BALLOON, true,  ABOVE,true, WIDTH, 300, STICKY, 1, CLOSEBTN, false, CLICKCLOSE, true, OFFSETX,-10,PADDING,10 );
	
	},"json");
	*/
};
