*** empty log message ***
diff --git a/galileoinaction.php b/galileoinaction.php
index a754810..146c418 100644
--- a/galileoinaction.php
+++ b/galileoinaction.php
@@ -1,4 +1,3 @@
-
 <?php  																														require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php");	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php"); 	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php"); 	$App 	= new App();	$Nav	= new Nav();	$Menu 	= new Menu();		include("_projectCommon.php");    # All on the same line to unclutter the user's desktop'
 
 	#
@@ -16,12 +15,31 @@
 	#
 	
 	# Paste your HTML content between the EOHTML markers!	
-	$html = <<<EOHTML
-<div id="maincontent">
+
+ob_start();
+?>		
+
+<style type="text/css">
+.switchcontent{display:none;}
+</style>
+
+<script type="text/javascript">
+function switchMenu(obj) {
+	var el = document.getElementById(obj);
+	el.style.display = ( el.style.display != "block" )? 'block':'none' 
+}
+</script>	
+	
+	<style>
+		.paddedlist li {	padding-bottom:7px;	}
+	</style>	
+
+
+	<div id="maincontent">
 	<div id="fullcolumn">
 	<div id="midcolumn">
 	
-		<h1>$pageTitle</h1>
+		<h1><?= $pageTitle ?></h1>
 
       	<p>
 		On June 26, the Eclipse Foundation is presenting Galileo In Action - a virtual
@@ -36,24 +54,33 @@
       	<img src="images/button_register.gif" style="padding-right: 25px;" alt="Register" border="0"></a>
       	</p>
 
- 		<p>Galileo In Action is free to attend and registering gets you into all 5 sessions:
- 		<ul>
- 			<li>10:00-10:45 am EST - <b>What is Galileo and Why do I Love it?</b>
- 			<br>
- 			Presented by Doug Schaefer (C/C++ Development Tooling) and Brian Fitzpatrick (Data Tools Platform)
- 			<br><br>
- 			Doug and Brian will give an overview of what exactly the Galileo release is all about.  They
+ 		<p>Galileo In Action is free to attend and registering gets you into all 5 sessions:</p>
+
+		<p>10:00-10:45 am EST<br>
+		<a href="javascript:switchMenu('intro');" title="Description">
+		<img src="http://www.eclipse.org/newsgroups/images/plus.gif" alt="Description" title="Description"></a>
+		<b>What is Galileo and Why do I Love it?</b><br>
+		Doug Schaefer (C/C++ Development Tooling) and Brian Fitzpatrick (Data Tools Platform)
+		</p>
+		<div id="intro" class="switchcontent">
+		<p>
+			Doug and Brian will give an overview of what exactly the Galileo release is all about.  They
  			will explain what makes Eclipse projects want to participate in the simultaneoue release and
  			what is required for them to do so.  Doug and Brian will describe the improvements Galileo
  			brings to the community and from their perspective as project leads, what they see as the
  			impact to the Eclipse ecosystem.
- 			</li>
- 			
- 			<li>11:00-11:45 am EST - <b>Frameworks Showcase</b>
- 			<br>
- 			Presented by Scott Lewis (Eclipse Communication Framework) and Pascal Rapicault (p2)
- 			<br><br>
- 			ECF is a framework for supporting the development of distributed Eclipse-based tools and
+		</p>
+		</div>
+
+		<p>11:00 am - 11:45 am EST<br>
+		<a href="javascript:switchMenu('frameworks');" title="Description">
+		<img src="http://www.eclipse.org/newsgroups/images/plus.gif" alt="Description" title="Description"></a>
+		<b>Frameworks Showcase</b><br>
+		Scott Lewis (Eclipse Communication Framework) and Pascal Rapicault (p2)
+		</p>
+		<div id="frameworks" class="switchcontent">
+		<p>
+			ECF is a framework for supporting the development of distributed Eclipse-based tools and
  			applications. It can be used to create other plugins, tools or full Eclipse RCP applications
  			that require asynchronous point-to-point or publish-and-subscribe messaging.
 			<br><br>
@@ -63,13 +90,18 @@
  			<br><br>
  			Scott and Pascal will give a short introduction to ECF and p2 and explain what these projects
  			have contributed to the Galileo release.
- 			</li>
- 			
- 			<li>12:00-12:45 pm EST - <b>Runtime Showcase</b>
- 			<br>
- 			Presented by Tom Watson (Equinox) and Doug Clarke (EclipseLink)
- 			<br><br>
- 			From a code point of view, Equinox is an implementation of the OSGi R4 core framework
+		</p>
+		</div>
+
+		<p>12:00 pm - 12:45 pm EST<br>
+		<a href="javascript:switchMenu('runtime');" title="Description">
+		<img src="http://www.eclipse.org/newsgroups/images/plus.gif" alt="Description" title="Description"></a>
+		<b>Runtime Showcase</b><br>
+		Tom Watson (Equinox) and Doug Clarke (EclipseLink)
+		</p>
+		<div id="runtime" class="switchcontent">
+		<p>
+			From a code point of view, Equinox is an implementation of the OSGi R4 core framework
  			specification, a set of bundles that implement various optional OSGi services and other
  			infrastructure for running OSGi-based systems. The goal of the Equinox project is to be a
  			first class OSGi community and foster the vision of Eclipse as a landscape of bundles. As part
@@ -82,13 +114,18 @@
 			<br><br>
  			Join Tom and Doug for a review of these runtime projects and the new features they bring
  			to Galileo.
- 			</li>
- 			
- 			<li>01:00-01:45 pm EST - <b>Tools Showcase</b>
- 			<br>
- 			Presented by Andreas Buchen (SAP) and Roy Ganor & Michael Spector (PHP Development Tools)
- 			<br><br>
- 			The Eclipse Memory Analyzer is a fast and feature-rich Java heap analyzer that helps you find
+		</p>
+		</div>			
+
+		<p>1:00 pm - 1:45 pm EST<br>
+		<a href="javascript:switchMenu('tools');" title="Description">
+		<img src="http://www.eclipse.org/newsgroups/images/plus.gif" alt="Description" title="Description"></a>
+		<b>Tools Showcase</b><br>
+		Andreas Buchen (SAP) and Roy Ganor & Michael Spector (PHP Development Tools)
+		</p>
+		<div id="tools" class="switchcontent">
+		<p>
+			The Eclipse Memory Analyzer is a fast and feature-rich Java heap analyzer that helps you find
  			memory leaks and reduce memory consumption.  Developers use the Memory Analyzer to analyze
  			productive heap dumps with hundreds of millions of objects, quickly calculate the retained
  			sizes of objects, see who is preventing the Garbage Collector from collecting objects, and run
@@ -101,19 +138,23 @@
 			<br><br>
 			Andreas, Roy and Michael will talk about the new and noteworthy features their respective
 			projects will introduce in the Galileo release.
- 			</li>
- 			
- 			<li>02:00-02:45 pm EST - <b>Galileo In Action</b>
- 			<br>
- 			Presented by Jason Weathersby (Business Intelligence and Reporting Tools) and Mik Kersten (Mylyn)
- 			<br><br>
- 			 Jason and Mik will take a look at Galileo from the perspective of an Eclipse adopter.  The
+		</p>
+		</div>	 			
+
+		<p>2:00 pm - 2:45 pm EST<br>
+		<a href="javascript:switchMenu('action');" title="Description">
+		<img src="http://www.eclipse.org/newsgroups/images/plus.gif" alt="Description" title="Description"></a>
+		<b>Galileo In Action</b><br>
+		Jason Weathersby (Business Intelligence and Reporting Tools) and Mik Kersten (Mylyn)
+		</p>
+		<div id="action" class="switchcontent">
+		<p>
+			Jason and Mik will take a look at Galileo from the perspective of an Eclipse adopter.  The
  			 release is important to Eclipse developers, but there is also an impact to the end user of
  			 commercial products based on Eclipse.  Jason and Mik will discuss how Galileo affects their
  			 product delivery and what value it brings to their end customers.
- 			</li>
- 		</ul>
- 		</p>
+		</p>
+		</div>	 			
  		
  		<p>To attend, register through <a href="https://www2.gotomeeting.com/register/207615571" target="blank">
  		GoToMeeting</a>.</p>
@@ -123,8 +164,9 @@
 	</div>
 </div>
 
-
-EOHTML;
+<?php
+	$html = ob_get_contents();
+	ob_end_clean();
 
 	# Generate the web page
 	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);