Msg.js
version 1.1.0 (9 Apr 2008)
A message popup script.
Click here.
<script type="text/javascript"> with (Msg) { colour = "#FFFFFF"; textSize = "18px"; textWeight = "bold"; init(); } </script> <span onClick="Msg.show('Hello!')" onMouseOut="Msg.hide()">Click here.</span>