MBTA Commuter Rail Map

	This example is a Google map displaying shapes,
	in this case polylines. The KML does not have any 
	styles specified within it. So the color of the 
	polylines are random.  
	
	The data source file is called: MBTA_CR_Lines.kml. 
	
	Notice that the position of the sidebar is now 
	BELOW that of the map and
	the CSS font styles are also different. 
	
	Placement of the sidebar can be anywhere within the same HTML page.
	The id if the div can then be set in the configuration options.  
	In this example the sidebarId is "mySidebar".
	
	While the KmlMapParser is all about the sidebar, 
	it can be suppressed by setting the configuration 
	parameter 'showSidebar' to false.
	
	Notice that when an item in the sidebar is clicked the
	associated shape changes to a hilight color which is a light blue.