var params = {};
params.bgcolor = "#FFFFFF";
params.menu = "false";
params.scale = 'noScale';
params.wmode = "opaque";
params.allowfullscreen = "true";
params.allowScriptAccess = "always";

// ATTRIBUTES
var attributes = {};
attributes.id = 'FlabellComponent';
attributes.name = 'FlabellComponent'

// JAVASCRIPT VARS 
// cache buster
var cacheBuster = Date.parse(new Date());		    

// stage dimensions
var stageW = 512;
var stageH = 308; 

var flashvars = {};

// component dimensions inside the SWF file
flashvars.componentWidth = stageW;
flashvars.componentHeight = stageH;

// path to files (can be "")
flashvars.pathToFiles = "/_template/flash/flash_files/";
flashvars.xmlPath = "xml/banner.php?gallery=web";

swfobject.embedSWF('../_template/flash/graphic_design.swf', 'flash_gallery', '512', '308', '9.0.45', '../_template/javascript/swfobject2/expressinstall.swf', flashvars, params, attributes);
