// keep this page out of someone else's frame
if (top.location != self.location) {
    top.location.replace(self.location);
   }

// rollovers for top links
function highlightOn(cellName) {
	cellName.bgColor= "#66CC99";
}

function highlightOff(cellName) {
	cellName.bgColor='#FFFFFF';
}

