<!-- NOTES
    The basic structure of the gallery looks like this:
    <photobloxdata>
        <gallery>
            <image>
                <imageurl>http://www.mywebpage.com/myimage.jpg</imageurl>
            <image/>
        </gallery>
    </photobloxdata>

    The <gallery> tag has 3 attributes:
        - name="Gallery name"    : The name for the gallery.
        - description="Text"     : You can add a summary of your gallery here.
        - mp3url="http://www"    : A link to any MP3 file to play music in your slide show.

    The <image> has no attributes, but has a few different tags:
        The <imageurl> tag:
            <imageurl>http://www.mywebpage.com/myimage.jpg</imageurl>
            - You can use .jpg, .gif, .png, or .swf!
            - If you forget this tag or the URL is wrong, a large blank area will appear

        The <caption> tag:
            <caption>Sunrise at Borobudor</caption>
            - The caption is the first line that appears in the info view.
            - If no caption is supplied, the file name is used instead

        The <artist> tag:
            <artist>Artist's Name</artist>
            - The artist text appears below the caption in the info view

        The <infotext> tag:
            <infotext>Details about this image</infotext>
            - The info text appears below the caption & artist in the info view

        The <cc> tag:
            <cc/>
            - You can reference the creative commons license with ease by using the cc tag.
            - If you want to use a different image or license you can add imageurl & licenseurl attributes:
                <cc imageurl="http://anyURL" licenseurl="http://anyURL" />

        The <linkurl> tag:
            <linkurl name="Fractilians's Home Page">http://www.fractilians.com/</linkurl>
            - The contents of the tag should be the complete URL.
            - You can add links to other web pages. The links appear in the info box.
            - If you supply a name attribute, that will appear on the button, otherwise it will default to "Web Link"
            - You can add as many linkurl tags as you want!

        The <paypal> tag:
            <paypal email="yourPayPalEmail" amount="10" shipping="2" quantity="?">Description</paypal>
             - If you don't include the email attribute, then this won't work at all.
             - If you use an email that PayPal doesn't recognize you will get a warning from PayPal.
             - If you don't include an amount, the buyer can enter any amount.
             - If you don't include shipping, no shipping charges are added.
             - If you don't include quantity, payPal chages for 1 unit
             - If quantity="?" then the buyer can choose how many they want
             - If quantity="2" then the buyer must buy 2 items


    The <customize> tag can go inside the <photobloxdata>, <gallery>, or <image> tag.
        The <customize> tag attributes include:
        - defaultmode: slideshow | explore | browse
        - fitimagetoview="true"  : When TRUE images are forced to be displayed with no visible edges. To do this, part of the
                                   image is cut off. With the use of pan you can pan accross an entire image.
        - fitviewtoimage="true"  : Creates an animated border around the fading images. This is intended for use with a frame
        - crossfadetime="333"    : the time the fade takes in milliseconds
        - slidedelaytime="2200"  : the entire duration that the slide will remain displayed including crossfadetime
        - pan="true"             : Pans left/right & up/down depending on what parts of the image need to be revealed. Zoom overides pan.
        - motionmode="linear"    : the type of motion used throughout : linear |easein | easeout | easeboth
        - panzoomtime="1000"     : the time panning/zooming takes in milliseconds
        - zoom="true"            : turns zoom on/off
        - zoomrandomxy="true"    : when true, zoom start and ends are not centered
        - zoomdepth="2"          : the number of times larger than the starting zoom size (2 = 200% )
        - zoomrandomdepth="true" : true allows a randomly selected zoom size between 1 and zoomdepth


        - useframe="true"         : Turns on the frame. When fitviewtoimage="true", the frame will animate to fit the image
        - currentframeurl="http:" : The URL to the frame you want to use. Give it a try!
        - artframewidth="20"      : The thickness of the frame in pixels
        - origframesize="64"      : In the original graphic, the distance from the edges in pixels to use for the frame

        - playallgalleries="true" : Tell the slideshow to play through all the galleries or not.
        - defaultmode="slideshow" : Default mode is the startup mode. It can be "slideshow", "browse", or "explore"

        Some of these attributes can't work together. In the case where there is a conflict, photoBlox will decide what to
        use and what to turn off. Additionally, these tags can be used in any image. When you add a tag to an image it
        overrides the default settings for just that image.

        Using 'default' as any value above, sets it to the factory default setting recommended by us!

 END OF NOTES -->


<photobloxdata>

    <customize defaultmode="slideshow"
               fitimagetoview="true" fitviewtoimage="false"
               pan="false" useframe="true" crossfadetime="3000"
               slidedelaytime="6000" motionmode="linear" panzoomtime="6000"
               zoomdepth="2" artframewidth="10"  playallgalleries="true"/>

    <gallery name="Southeast Asia">
        <image>
            <imageurl>http://www.mylaszlo.com/lps-2.0/showcase/photoblox/images/lyndon_wong/borobudor_800x600.jpg</imageurl>
            <artist>Lyndon W. Wong</artist>
            <caption>Sunrise at Borobudor</caption>
            <infotext>Java, Indonesia 1989 Lyndon W. Wong</infotext>
            <cc/>
        </image>
        <image>
            <imageurl>http://www.mylaszlo.com/lps-2.0/showcase/photoblox/images/lyndon_wong/bromo_farm_800x600.jpg</imageurl>
            <artist>Lyndon W. Wong</artist>
            <caption>Farm on Mount Bromo</caption>
            <infotext>Java, Indonesia 1989 Lyndon W. Wong</infotext>
            <cc licenseurl="http://creativecommons.org/licenses/by-nc/1.0/"></cc>
        </image>
        <image>
            <imageurl>http://www.mylaszlo.com/lps-2.0/showcase/photoblox/images/lyndon_wong/shipwreck_600x800.jpg</imageurl>
            <artist>Lyndon W. Wong</artist>
            <caption>Shipwreck on Gilli Trawangan</caption>

            <infotext>Lombok, Indonesia 1989 Lyndon W. Wong</infotext>
            <cc>Default license</cc>
        </image>
        <image>
            <imageurl>http://www.mylaszlo.com/lps-2.0/showcase/photoblox/images/lyndon_wong/hmong_kids_800x600.jpg</imageurl>
            <artist>Lyndon W. Wong</artist>
            <caption>Hmong Children</caption>

            <infotext>Mae Hong Son, Thailand 1989 Lyndon W. Wong</infotext>
            <cc licenseurl="http://creativecommons.org/licenses/by-nc/1.0/">Attribution, non-commercial</cc>
        </image>
        <image>
            <imageurl>http://www.mylaszlo.com/lps-2.0/showcase/photoblox/images/lyndon_wong/thai_monk_600x800.jpg</imageurl>
            <artist>Lyndon W. Wong</artist>
            <caption>Monk's Pad</caption>
            <infotext>Bangkok, Thailand 1989 Lyndon W. Wong</infotext>
            <cc licenseurl="http://creativecommons.org/licenses/by-nc/1.0/"></cc>
        </image>
        <image>
            <imageurl>http://www.mylaszlo.com/lps-2.0/showcase/photoblox/images/lyndon_wong/ricefield_800x600.jpg</imageurl>
            <artist>Lyndon W. Wong</artist>
            <caption>Rice Farmer</caption>
            <infotext>Tana Toraja, Indonesia 1989 Lyndon W. Wong</infotext>
            <cc licenseurl="http://creativecommons.org/licenses/by-nc/1.0/"></cc>
        </image>
    </gallery>
    <gallery name="Mark Jenkins">
        <customize fitimagetoview="false" fitviewtoimage="true" useframe="true" crossfadetime="3000"
                   slidedelaytime="6000" motionmode="linear" panzoomtime="6000" zoomdepth="2"
                   frameurl="lzmodules/assets/drop_shadow.png" origframesize="64" artframewidth="10"/>
        <image>
            <imageurl>http://www.mylaszlo.com/lps-2.0/showcase/photoblox/images/mark_jenkins/aquina_rocks.jpg</imageurl>
            <artist>Mark Jenkins</artist>
            <cc/>
        </image>
        <image>
             <customize useframe="false" />
            <imageurl>http://www.mylaszlo.com/lps-2.0/showcase/photoblox/images/mark_jenkins/cal_gothic.jpg</imageurl>
            <artist>Mark Jenkins</artist>
            <cc/>
        </image>
        <image>
            <imageurl>http://www.mylaszlo.com/lps-2.0/showcase/photoblox/images/mark_jenkins/creature_flor.jpg</imageurl>
            <artist>Mark Jenkins</artist>
            <cc/>
        </image>
        <image>
            <customize useframe="false" />
            <imageurl>http://www.mylaszlo.com/lps-2.0/showcase/photoblox/images/mark_jenkins/presidio_horse.jpg</imageurl>
            <artist>Mark Jenkins</artist>
            <cc/>
        </image>
        <image>
            <imageurl>http://www.mylaszlo.com/lps-2.0/showcase/photoblox/images/mark_jenkins/sunflower_face.jpg</imageurl>
            <artist>Mark Jenkins</artist>
            <cc/>
        </image>
        <image>
            <imageurl>http://www.mylaszlo.com/lps-2.0/showcase/photoblox/images/mark_jenkins/three_suns.jpg</imageurl>
            <artist>Mark Jenkins</artist>
            <cc/>
        </image>
    </gallery>

    
    <gallery name="Louisville Signs">
         <customize fitimagetoview="false" fitviewtoimage="true" useframe="true" crossfadetime="3000"
                    slidedelaytime="6000" motionmode="linear" panzoomtime="6000" zoomdepth="2"
                    frameurl="lzmodules/assets/drop_shadow.png" origframesize="64" artframewidth="10"/>
        <image>
            <imageurl>http://www.mylaszlo.com/blogbox/photoblox/louisville_signs/ymca_sign.jpg</imageurl>
            <infotext>Photo by Peter Andrea</infotext>
            <cc/>
        </image>
        <image>
            <imageurl>http://www.mylaszlo.com/blogbox/photoblox/louisville_signs/cocktails.jpg</imageurl>
            <infotext>Photo by Peter Andrea</infotext>
            <cc/>
        </image>
        <image>
            <imageurl>http://www.mylaszlo.com/blogbox/photoblox/louisville_signs/ohio_theatre2.jpg</imageurl>
            <infotext>Photo by Peter Andrea</infotext>
            <cc/>
        </image>
        <image>
            <imageurl>http://www.mylaszlo.com/blogbox/photoblox/louisville_signs/hurt_sign.jpg</imageurl>
            <infotext>Photo by Peter Andrea</infotext>
            <cc/>
        </image>
        <image>
            <imageurl>http://www.mylaszlo.com/blogbox/photoblox/louisville_signs/palace_theatre.jpg</imageurl>
            <infotext>Photo by Peter Andrea</infotext>
            <cc/>
        </image>
    </gallery>

    
</photobloxdata>
