function initGallery(){
	var fo = new SWFObject("/cindy/media/flash/gallery.swf", "Cindy aus Marzahn Galerie", "100%", "100%", "8");
	
	// SIMPLEVIEWER CONFIGURATION OPTIONS
	// To use an option, uncomment it by removing the "//" at the start of the line
	// For a description of config options, go to: 
	// http://www.airtightinteractive.com/simpleviewer/options.html
	
	//fo.addVariable("xmlDataPath", "/cindy/includes/xml/gallery.xml");
	fo.addVariable("xmlDataPath", "/cindy/includes/xml/galerie.xml");
	
	fo.addParam("menu","false");
	fo.addParam("wmode","transparent");
	fo.addParam("quality","high");
	//fo.addVariable("firstImageIndex", "5");	
	//fo.addVariable("langOpenImage", "Open Image in New Window");
	//fo.addVariable("langAbout", "About");	
	//fo.addVariable("preloaderColor", "0xFFFFFF");
	
	fo.write("cindyGallery");	
}
			
			
function initMediaCenter(VideoId){
	/*
	var so = new SWFObject("http://static.myspass.de/myspass/player/mediacenter_cindyausmarzahn/mediacenter_standard.swf", "MediaCenter Cindy aus Marzahn", "100%", "100%", "9", "#f0f0f0");
	so.addParam("wmode", "transparent"); 
	so.addParam("quality", "high"); 
	so.addParam("allowFullScreen", "true"); 
	so.addVariable("config", "http://static.myspass.de/myspass/player/mediacenter_cindyausmarzahn/config_mediacenter.xml"); 
	
	
	//VideoId = 1144;
	if (typeof(VideoId) != 'undefined'){
		so.addVariable("VideoId", VideoId); 
	}
	
	so.write("MediaCenterCindyAusMarzahn");		
	*/
	var so = new SWFObject("http://www.myspass.de/myspass/includes/apps/mediacenter_cindyausmarzahn/mediacenter.swf", "MediaCenter Cindy aus Marzahn", "100%", "100%", "9", "#f0f0f0");
	so.addParam("wmode", "transparent"); 
	so.addParam("quality", "high"); 
	so.addParam("allowFullScreen", "true"); 
	so.addVariable("config", "http://www.myspass.de/myspass/includes/apps/mediacenter_cindyausmarzahn/config.xml"); 
	
	
	//VideoId = 1144;
	if (typeof(VideoId) != 'undefined'){
		so.addVariable("VideoId", VideoId); 
	}
	
	so.write("MediaCenterCindyAusMarzahn");	

	
}


function showShopButton(){
	var so = new SWFObject("/cindy/media/flash/zum_shop.swf", "Zum Shop", "100%", "100%", "8");
	so.addParam("wmode", "transparent"); 
	so.addParam("quality", "high"); 
	so.addParam("allowFullScreen", "true"); 
	so.write("shopButton");		
}
