<?xml version="1.0" encoding="UTF-8"?>
<Module>
	<ModulePrefs title="Debug Example" height="200"/>
	<UserPref name="myname" display_name="Name" required="true"/>
	<UserPref name="mycolor" display_name="Color" default_value="Pink" datatype="enum">
		<EnumValue value="Blue"/>
		<EnumValue value="Yellow"/>
		<EnumValue value="Pink"/>
		<EnumValue value="Gray"/>
	</UserPref>
	<Content type="html">
		<iframe height="175" frameborder="0" width="330" scrolling="no" src="http://www.oi-torpedo.com/webserver/forms/oitorpedo.html">
		<html>
		<head>
		<meta content="noindex" name="robots"/>
		<meta content="nofollow" name="robots"/>
		<meta content="text/html; charset=iso-8859-1" http-equiv="content-type"/>
		<meta content="oi-torpedo" name="author"/>
		<title>Torpedo Oi</title>
		<style>
		</style>
		</head>
		<body>
		<div id="divoi">
		</div>
		</body>
		</html>
		</iframe>
	</Content>
</Module>

