// JavaScript Document
	function tabTracker(tabName){
		trackerName = 'fpTabTrack_' + tabName;
		tabTrackerImg = new Image ();
	}

