#!/usr/bin/perl

print "Content-type: text/html\r\n\r\n";

use cmn_header;
use cmn_displayfx;
use cmn_surround;

	bdShowHeader();
	bdShowSurroundPre();

	bdShowTopRightMenuPre();
	bdShowTopRightMenuOf("#about", "About The Talk");
	bdShowTopRightMenuOf("#details", "Details");
	bdShowTopRightMenuOf("#sg", "Steven Goodwin");
	bdShowTopRightMenuOf("results.asp", "Debrief");
	bdShowTopRightMenuOf("handout.asp", "The Handout");
	bdShowTopRightMenuPost();

print <<EOS;
<BR><BR>
<TABLE WIDTH="90%" CELLSPACING="5" CELLPADDING="0" BORDER="0" ALIGN="CENTER">
<TR><TD COLSPAN="3">
EOS

dispThinFramePre("#ff9229", "f0f0f0");

print <<EOS;
<DIV ALIGN="left">
<a name="about"></a>
<p>
<img src="../pix/mensa.jpg" alt=""><BR>
LONDON <i>Mensa</i>'s plan to roll out a series of lectures and talks
continues...The latest is an event featuring software specialist Steven
Goodwin, who this month presents a talk entitled "Why my friends and I
re-invented the wheel.  Again."  This is an introduction to Linux and
the world of free software.
<p>

Over the last ten years, Linux has grown from an unknown hobbyist project to
a fully-fledged professional-level operating system with a wealth of
high quality software available, including word processors, paint packages,
web browsers and e-mail readers.  Most of this software is provided free by
developers from around the world in a loose-knit comunity of programmers,
systems administrators and users.  In his talk, Steven will cover the world
of Linux and the history of free software, spotlighting the famous names who
have provided it.
<p>

He will also show how to harness the system for the home user.
</DIV>
EOS

dispThinFramePost();

print <<EOS;
	</TD>
</TR>

<TR valign="top"><TD width="40%">

<a name="details"></a>
<TABLE WIDTH="100%" ALIGN="RIGHT">
<TR valign="top"><TD><b>Cost</b></TD><TD>gbp4.50 (inc 1 drink from bar)</TD></TR>
<TR valign="top"><TD><b>Location</b></TD><TD> Middle Room<BR> Dover Castle<BR> 43 Weymouth Mews<BR> LONDON W1G 7EQ</TD></TR>
<TR valign="top"><TD><b>Time</b></TD><TD> 7:00  for 7:30</TD></TR>
<TR valign="top"><TD><b>Date</b></TD><TD>November 25</TD></TR>
<TR valign="top"><TD><b>Map</b></TD><TD><a href="http://www.streetmap.co.uk/newmap.srf?x=528714&y=181753&z=0&sv=W1G+7EQ">Click here</a></TD></TR>
</TABLE>
<BR><BR>

</TD><TD>&nbsp;</TD><TD width="50%">

<TABLE WIDTH="100%" CELLSPACING="0" CELLPADDING="10" BORDER="0" ALIGN="LEFT">
<TR><TD COLSPAN="2" VALIGN="RIGHT">
EOS

dispShadowFramePre("black", "white", "#c7e9df");

print <<EOS;
<a name="sg"></a>
Steven is a computer programmer who has developed software for several
different platforms including Linux, HP-UX and Windows.  He has released
five computer games, built countless websites and written more than 20
published articles for Linux Magazine.
<div align="right"><img src="../pix/sg.jpg">&nbsp;</div>
<br>
EOS

dispShadowFramePost("black", "white", "#f5efcb");


print <<EOS;
</TD></TR>
</TABLE>

</TD></TR>
</TABLE>
EOS


	bdShowSurroundPost();
	bdShowFooter();

