<?xml version="1.0" encoding="UTF-8" ?>
<!--
	MD Image Gallery Advanced SWF Load v1 [build 2.0]
	Created by David A. Molanphy 2007
	Copyright (c) 2007 Molanphy Design. All rights reserved.
	
	NOTES: 
	
	galleryImagePath = change this attribute to the path where your large images will reside
	galleryThumbPath = change this attribute to the path where your thumbnails will reside
	galleryVideoPath = change this attribute to the path where your videos will reside
	gallerySWFPath	 = change this attribute to the path where your swf files will reside
	
	Each gallery contains the following:
		
		name = This will be the title of the gallery as represented in the copy. Please see additional note * below.
		buttonName = This represents the text that will be used as a button for this gallery in the main navigation
		description = Give a little description of your gallery here. You can use minimal HTML and CSS here. 
		xmlpath = Set this to the filename of the XML document for this gallery.

	* In the name field, anything you place after the "|" character will change to whatever link color you establish. 
	If you omit the "|" character altogether, the entire title will remain white.
-->

<md_gallery galleryImagePath="images/large" galleryThumbPath="images/thumbs" galleryVideoPath="images/video" gallerySWFPath="images/swf">

	<gallery>
		<name><![CDATA[|  Digital Work]]></name>
		<buttonName><![CDATA[Digital Work]]></buttonName>
		<description><![CDATA[Creative work limited to digital media only. Includes websites, e-mail newsletters and other various interactive content.]]></description>
		<xmlpath>digital.xml</xmlpath>
	</gallery>
	
	<gallery>
		<name><![CDATA[|  Print Media]]></name>
		<buttonName><![CDATA[Print Media]]></buttonName>
		<description><![CDATA[Printed and published work including posters, catalogs, flyers, newspaper and various other forms of 3D communication. ]]></description>
		<xmlpath>print.xml</xmlpath>
	</gallery>

	<gallery>
		<name><![CDATA[|  Photo Retouching]]></name>
		<buttonName><![CDATA[Photo Retouching]]></buttonName>
		<description><![CDATA[Select images that have been both taken and retouched using various versions of Photoshop (5-CS3). For a larger body of my photographic work, please visit <a href="asfunction:_level0.openURL, http://www.antilimit.com,true">antilimit.com</a>. ]]></description>
		<xmlpath>photo.xml</xmlpath>
	</gallery>
	
	<gallery>
		<name><![CDATA[|  Flash]]></name>
		<buttonName><![CDATA[Flash]]></buttonName>
		<description><![CDATA[Motion graphics and animated stories to including product demos, cartoons, advertisements, e-cards and other creative experiments.]]></description>
		<xmlpath>flash.xml</xmlpath>
	</gallery>		
	
	<gallery>
		<name><![CDATA[|  Source Files]]></name>
		<buttonName><![CDATA[Source Files]]></buttonName>
		<description><![CDATA[For those who are curious about my work, there are some original layered .PSD and .FLA files available for review. Please remain respectful of my work and do not repurpose for your own uses. ]]></description>
		<xmlpath>source.xml</xmlpath>
	</gallery>

<!--
	<gallery>
		<name><![CDATA[Welcome | Videos]]></name>
		<buttonName><![CDATA[Videos]]></buttonName>
		<description><![CDATA[You can add videos of any size to this gallery.<br> Additionally, you can set each video to autoplay (or not) individually for greater control.]]></description>
		<xmlpath>videos.xml</xmlpath>
	</gallery>
-->	

	<gallery>
		<name><![CDATA[|  More About Me]]></name>
		<buttonName><![CDATA[About]]></buttonName>
		<description><![CDATA[In case my work hasn't given you a clear enough picture who I am, two more sentences should surely convince you!]]></description>
		<xmlpath>about.xml</xmlpath>
	</gallery>	

</md_gallery>
