<!--
function checkIt(fname) {
	
	if(parent.location.href == self.location.href){
		window.location = "http://www.modelingandcontrol.com/compressorcontrolstudent/default.asp?pgnum=" + fname;
	}
}
// -->
