/****************************************************************************************************************
 * flashShadowboxInjector 3.0 "Agnostic free" - by osamwal - http://www.yaelle.com/
 * v 3.1 - 2010.05.28 - Shadowbox 3.0.3 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);
	Shadowbox.current = id;
};


