/* ============================================================
 required : jquery.js                                          
============================================================ */

/*-------------------------------------------------------------
 ready?                                                        
-------------------------------------------------------------*/
$(function(){
  mainSWFset();
});

/*-------------------------------------------------------------
 calendar fix                                                  
-------------------------------------------------------------*/
function mainSWFset(){
  var target = '#opening-flash';
  var swfName = '/_shared/swf/opening/opening';
  var swfWidth = '100%';
  var swfHeight = '100%';
  $(target).each(function(){
    common.replaceFlash($(this),swfName,swfWidth,swfHeight,'');
  });
}