﻿
function openDefinition(termlink, obj) {

	var pos = $(obj).position();
	alert(pos.left + " " + pos.top);
}