﻿$(document).ready(function () {
  $(".sframe").colorbox();
  $(".webFtp").colorbox({ width: "800", height: "640", iframe: true });
  $(".gadgetaddto").colorbox({ width: "500", height: "600", iframe: true });
  $("a[rel='galleries']").colorbox();
  $(".viewgadget").colorbox({ width: "720", height: "640", iframe: true });
  $(".attachdomain").colorbox({ width: "540", height: "440", iframe: true });
});
