<?xml version="1.0" encoding="utf-8"?> 
<install type="module" version="1.5.0">
	<name>Variation Chooser</name>
	<author>Joomla! Project</author>
	<creationDate>July 2004</creationDate>
	<copyright>Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.</copyright>
	<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
	<authorEmail>admin@joomla.org</authorEmail>
	<authorUrl>www.joomla.org</authorUrl>
	<version>1.0.0</version>
	<description>The Variation Chooser module allows the user (visitor) to change the Variation on the fly from the front-end via a drop down selection list.</description>
	<files>
		<filename module="mod_variationchooser">mod_variationchooser.php</filename>    
		<folder>tmpl/</folder>
	</files>
	<params>
		<param name="title_length" type="text" default="20" label="Max. Name Length" description="This is the maximum length of the Variation name to display (default 20)" />
		<param name="show_preview" type="radio" default="0" label="Show Preview" description="Variation preview is to be shown">
			<option value="0">Hide</option>
			<option value="1">Show</option>
		</param>
		<param name="preview_width" type="text" default="230" label="Width" description="This is the width of the preview image (default 140)" />
		<param name="preview_height" type="text" default="227" label="Height" description="This is the height of the preview image (default 90)" />
		<param name="moduleclass_sfx" type="text" default="" label="Module Class Suffix" description="A suffix to be applied to the css class of the module (table.moduletable), this allows individual module styling" />
	</params>
</install>