<!-- HIDE SCRIPT FROM BROWSERS WHICH DON'T SUPPORT IT

// # Code written by:-
// # Phil Parker
// # author: http://misterharold.net/contact.htm
// # Started 05/07/99
// # Last updated 20/04/2001
//
// # Copyright (c) Philip J Parker (NE88) 1999-2001
// # No part of this file or code may be used for any
// # purpose whatsoever, without the written permission
// # of the author.
// # Any use should retain this banner,
// # and copyright notice.
// # The author does not, under any circumstances,
// # relinquish his copyright, or intellectual property rights.
//

	function popupPage()
	{
		var page = "jkshsetp.htm"; // Sense Of Humour setup
		windowprops = "height=220,width=385,location=no,"
		+ "scrollbars=no,menubars=no,toolbars=no,resizable=yes";

		window.open(page, "Popup", windowprops);
	}

// # STOP HIDING SCRIPT FROM OTHER BROWSERS -->
