function changeSort(objSelect) {
	document.location = "index.php?sort="+objSelect.options[objSelect.selectedIndex].value;
}

function openPrintView(trackID, tabID) {
	var path = 'tabs_print.php?tID='+trackID+'&ID='+tabID;
	var newWin = window.open(path,'','width=680,height=600,scrollbars,menubar');
}