fb.proto.globalOptions = {
// **********************************************
globalOptions: {
  licenseKey: "D46wCZPrDJSh",          // Paste your license key between the quotes, or enter it in the configurator form.
  showIE6EndOfLife: false  // Everyone is encouraged to set this to true to give IE6 users a chance to upgrade.
},

// childOptions are preferences to be applied only to secondary floatboxes.
// Additional options can be added to this list,
// or remove an option to have it revert to the default or global setting.

childOptions: {
  cornerRadius: 8,
  shadowSize: 8,
  padding: 16,
  overlayOpacity: 45,
  resizeDuration: 3,
  imageFadeDuration: 3,
  overlayFadeDuration: 0
},

typeOptions: {
  image: "",
  // html settings apply to the 4 html sub-types that follow
  html: "",
    iframe: "",
    inline: "",
    ajax: "",
    direct: "",
  // media settings apply to the 5 media sub-types that follow
  media: "height:60%w",
    flash: "width:640",
    quicktime: "",
    wmp: "",
    silverlight: "height:82%",
    pdf: "height:95%",
  tooltip: ""
},

// You can propogate settings to groups of anchors by assigning them a class
// and associating that class name with a string of options here.
// The syntax is the same as for typeOptions above.

classOptions: {
},

optionsLoaded: true };
