var so = new SWFObject("/swf/galleryLB.swf?xmlUrl=/Warski/scr/galleryPhotos.php?id=" + galleryId, "gallery", "689", "350", "9", "#000000");
		//so.useExpressInstall('swf/expressinstall.swf');
		so.addParam("quality", "high");
		so.addParam("scale", "noscale");
		so.addParam("wmode", "transparent");
		so.addParam("allowScriptAccess", "always");
		so.write("galleryPhotos");
/*		

if (AC_FL_RunContent == 0) {
		alert("This page requires AC_RunActiveContent.js.");
	} else {
		AC_FL_RunContent(
			'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0',
			'width', '689',
			'height', '271',
			'src', '/swf/gallery?xmlUrl=../Warski/scr/galleryPhotos.php?id=' + galleryId,
			'quality', 'high',
			'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
			'align', 'middle',
			'play', 'true',
			'loop', 'true',
			'scale', 'showall',
			'wmode', 'window',
			'devicefont', 'false',
			'id', 'gallery',
			'bgcolor', '#FBFBFB',
			'name', 'gallery',
			'menu', 'true',
			'allowFullScreen', 'false',
			'allowScriptAccess','sameDomain',
      'movie', '/swf/gallery?xmlUrl=../Warski/scr/galleryPhotos.php?id=' + galleryId,
			'salign', ''
			); //end AC code
	}
	*/
