Index: oceandb/jQuery_Prototype/script/oceandb.js
===================================================================
--- oceandb/jQuery_Prototype/script/oceandb.js	(revision 70)
+++ oceandb/jQuery_Prototype/script/oceandb.js	(revision 71)
@@ -63,6 +63,7 @@
 		var marker = new GMarker(latlon);
 		GEvent.addListener(marker, 'click', function() {
-		  map.openInfoWindowHtml(latlon, "參考連結：<a href='" 
-		  + item.website + "' target='_NEW'>" + item.website + "</a>"
+		  map.openInfoWindowHtml(latlon, "描述：" + item.description
+		  + "<br/>連結：<a href='" + item.website 
+		  + "' target='_NEW'>" + item.website + "</a>"
 		  + "<iframe width='640' height='300' src='" 
 		  + item.website + "'/>");
