function navTo(targetId, trkIn){
	stuId = "";
	try {
		stuId = studentId;
	} catch(err) {
		stuId = "1";
	}
	pgId = "";
	try {
		pgId = pageId;
	} catch(err) {
		pgId = "0";
	}
//	navWk = String(document.location);
//	docLoc = navWk;
//	i = navWk.indexOf('/ILP/');
//	navWk = navWk.substr(0,i+5);
//	loc = navWk + "Nav/navTrk.asp?cur=" + pgId + "&tgt=" + targetId + "&id=" + stuId + "&trk=" trkIn + "&loc=" & docLoc;
//	document.location = loc;
	// trkIn + Y, N, M
	//if M, go to last history menu page
		//wk = String(document.location);
		//i = wk.indexOf('/ILP/');
		//wk = wk.substr(0,i+5)+"Menu/menu.asp"
		//history.go(wk);
}
