

$(window).load(function () {
Shadowbox.init({
    handleOversize: "drag",
    modal: true
});


/*
Shadowbox.open({
  content:   '<IFRAME src=http://www.google.fr scrolling=auto frameborder=1 height=480 width=550 > </IFRAME>',
  player:     "html",
  title:      "Welcome",
  width:      650,
  height: 500

});
*/


}); 
