<?xml version="1.0" encoding="UTF-8" ?>
<Module>
  <ModulePrefs title="syncro example" width="600" height="600">
    <Require feature="wave" /> 
  </ModulePrefs>
  <Content type="html"><![CDATA[
    <link rel="stylesheet" type="text/css" href="http://static.processwave.org/syncro/example/example.css">
	
    <script type="text/javascript" src="http://wave-api.appspot.com/public/wave.js"></script>
    <script type="text/javascript" src="http://static.processwave.org/syncro/example/jquery.js"></script>
    <script type="text/javascript" src="http://static.processwave.org/syncro/example/interface.js"></script>
	<script type="text/javascript" src="http://static.processwave.org/syncro/syncro.js"></script>
    <script type="text/javascript" src="http://static.processwave.org/syncro/example/example.js"></script>   

    <div id="canvas">		
		<div id="trash"></div>		
		<div id="plus" class="button_up" onmousedown="this.className='button_down'" onmouseup="this.className='button_up'"></div>
		<div id="paintBucket" class="button_up" onmousedown="this.className='button_down'"></div>
    </div>
	
	<!-- caching -->
	<div style="visibility:hidden;">
		<img src="http://static.processwave.org/syncro/example/cursor.png"/>
		<img src="http://static.processwave.org/syncro/example/pwave1.png"/>
		<img src="http://static.processwave.org/syncro/example/pwave2.png"/>
	</div>
  ]]>
  </Content>
</Module>

