//  Copyright (C) 2005 by misronet.com
function finishWindow() {

 helpWindow.document.write("<FORM><p align=center><INPUT Type='button' Value='Close Window' onClick='window.close()'></FORM>")
 helpWindow.document.write("<p>")
}

function analysis6(){
   helpWindow = open("","helpWin","toolbar=no,scrollbars=NO,location=no,width=400,height=370");
   helpWindow.document.write("<html><head><title>Puzzle Analysis - Provided by misronet.com</title></head><body bgcolor=#FFFFEA vlink=#0000FF><b><font face=Verdana size=3 color=#D70000>Puzzle solution</font></b><p><font face=Verdana size=1>Team 5 of Mr. Joe has executed less units than the team of Ali, the team of Ezz, and team 3, which means there are three better results. Also it did not execute the smallest number because that was executed by the team with 11 workers. Therefore Team 5, of Mr. Joe must have executed 127 units.</font></p><p><font face=Verdana size=1>The team of Ali is not team 1 (clue 3), and is neither team 3 nor team 5 (clue 5). Remaining possibilities for Ali are either Team 2 or team 4. Also the team of Ali had either 18 or 20 workers (clue 3). Also team 3, did not have 11 workers because it did not execute the smallest number, since team 5 executed less units (clue 5). Also team 3 did not have 12 workers (clue 6), and it did not have 14 workers (clue 3). Remaining possibilities for team 3 are either 18 or 20 workers. Now the team of Ali can not be team 4, since team 5 had more workers than team 4 (clue 5), while the 18 and 20 are between Ali and team 3. Team 2 must be the team of Ali, and it did not have 18 workers, so it must had 20 workers. Team 2 did not execute 140 units, so it must have executed 134 units.&nbsp; Team 3 must had 18 workers, and must have executed 140 units. Also team 5 must have had 12 workers. Team 4 must have had 11 workers and must have executed the 92 units.</font></p></body></html>")
    finishWindow()
  }

function analysis7(){
   helpWindow = open("","helpWin","toolbar=no,scrollbars=no,location=no,width=400,height=525");
   helpWindow.document.write("<html><head><title>Puzzle Analysis - Provided by misronet.com</title></head><body bgcolor=#FFFFEA vlink=#0000FF><b><font face=Verdana size=3 color=#D70000>Puzzle solution</font></b><p><font face=Verdana size=1>Andrew outscored Neil in Math, so his Math grade was not an E, and Neil grade in Math was not an A. Wendy did not manage an A in Math (clue 2). Neither did Paul get the A grade in Math because his highest grade was a C (clue 4). Bridget Math result was lower than Paul, so it was not an A. It must then be Andrew who got an A in Math.</font></p><p><font face=Verdana size=1>Bridget results in Math was lower than Paul whose highest grade was a C (clues 6, 4). Therefore Her grade must have either been a D or an E. Paul had a D in in Physics so his Math grade must have been C because he did not have same grade in two subject (introduction). Andrew outscored Bridget in Physics (clue 1), and his physics grade was not A since he had A&nbsp; in Math, so Bridget grade in Physics was not B. Neil must be the one who had A in physics, and Bridget must have had A in chemistry, E in Physics and D in Math.</font></p><p><font face=Verdana size=1>Remain the B and E grades in Math between Neil and Wendy. The Pupil with an E&nbsp; in Math gained B in chemistry and did not have C in Physics (clue 3), i.e. that pupil managed no C. That is not Wendy who had C in one subject (clue 2), and it must be Neil who had E in Math, B in Chemistry and A in Physics.&nbsp;</font></p><font face=Verdana size=2><b>Brief</font></b></p><ul><li><font face=Verdana size=1>Andrew had <font color=#BB0000><b>A</b></font> in Math, <font color=#BB0000><b>C</b></font> in Chemistry and <font color=#BB0000><b>B</b></font> in Physics.</font></li><li><font face=Verdana size=1>Bridget had <font color=#BB0000><b>D</b></font> in Math, <font color=#BB0000><b>A</b></font> in Chemistry and <font color=#BB0000><b>E</b></font> in Physics.</font></li><li><font face=Verdana size=1>Neil had <font color=#BB0000><b>E</b></font> in Math, <font color=#BB0000><b>B</b></font> in Chemistry and <font color=#BB0000><b>A</b></font> in Physics.</font></li><li><font face=Verdana size=1>Paul had <font color=#BB0000><b>C</b></font> in Math, <font color=#BB0000><b>E</b></font> in Chemistry and <font color=#BB0000><b>D</b></font> in Physics.</font></li><li><font face=Verdana size=1>Wendy had <font color=#BB0000><b>B</b></font> in Math, <font color=#BB0000><b>D</b></font> in Chemistry and <font color=#BB0000><b>C</b></font> in Physics.</font></li></ul></body></html>")
    finishWindow()
  }

<!--
		var message="Access Denied";
				function click(e) {
					if (document.all) {
						if (event.button == 2) {
							alert(message);
							return false; } }
					if (document.layers) {
						if (e.which == 3) {
							alert(message);
							return false; } } }
				if (document.layers) {
					document.captureEvents(Event.MOUSEDOWN); }
				document.onmousedown=click;
// -->


