$(document).ready(function(){
		//Table Sorter
		$("#cabinetTable").tablesorter(
		{
			cancelSelection: true,
			sortList: [[0,0]] 
		});
});

function GoUrl(id)
{
	document.location.href = 'plan.php?id='+id;
}
