Create windows from html markup in page.
Copyright © 2007-2008 Greg Houston, http://greghoustondesign.com/.
MIT-style license.
Core.js, Window.js
HTML markup.
<div class="mocha" id="mywindow" style="width:300px;height:255px;top:50px;left:350px">
<h3 class="mochaTitle">My Window</h3>
<p>My Window Content</p>
</div>