/****************************************************************************************************************
 * flashShadowboxInjector 3.0 "Agnostic free" - by osamwal - http://www.yaelle.com/
 * v 3.0 - 2009.05.11 - Shadowbox 3.0 adapter for PictureFlow 4+ (don't work with previous version)
 * Licensed under the Creative Commons Attribution 2.5 License - http://creativecommons.org/licenses/by/2.5/
 ****************************************************************************************************************/

var galleryArray = [];
var resetzeBox = function(){galleryArray = []};
var add2box = function(myFlowItem){galleryArray.push(myFlowItem);};
var openzeBox = function(id){Shadowbox.open(galleryArray, id);};

