$(document).ready(function(){
	$(".rec-edit").click(function(){
		$.get($(this).attr('href'), function(data){openGWindow(data, -100)});
		return false;
	});
});