//  Copyright (C) 2005 by misronet.com

<!--
		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;
// -->


function finishWindow() {

 helpWindow.document.write("<FORM><p align=center><INPUT Type='button' Value='Close Window' onClick='window.close()'></FORM>")
 helpWindow.document.write("<p>")
}
function analysis2(){
   helpWindow = open("","helpWin","toolbar=no,scrollbars=NO,location=no,width=400,height=250");
   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 align=left><font face=Verdana size=1>From the first clue we conclude that shokry must be 50, Adel must be 40, and that Adel is not Shokry</font></p><p align=left><font face=Verdana size=1>From the second clue, we conclude that <b>Adel</b>, <b>who is 40</b>, is not Farouk and he must be <b>Ahmed</b></font></p><p align=left><font face=Verdana size=1>From the third clue, we conclude that Nabil is not Shokry, and therefore <b>Magdy must be Shokry, and he is 50</b></font></p><p align=left><font face=Verdana size=1><b>Nabil must then be Farouk, and he is 45</b></font></p></body></html>")
   
 finishWindow()
  }
