// <![CDATA[

var topNavBarArr = Position.positionedOffset($('topNavBar'));
var newdiv = $('ournature');

newdiv.style.position = "absolute";
newdiv.style.top = (topNavBarArr[1] + 25) + "px";
newdiv.style.left = (topNavBarArr[0] + 0) + "px";
newdiv.style.width = 780;
newdiv.style.height = 363;

function recalculatePos() {
	var topNavBarArr = Position.positionedOffset($('topNavBar'));

	var d = document.getElementById('ournature');
	d.style.top = (topNavBarArr[1] + 25) + "px";
	d.style.left = (topNavBarArr[0] + 0) + "px";
}

function outputStatus(e) {
  if (e.success) {
    $('homeImage').hide();
    $('homeMiddleBanner').hide();
  } else {
    $('ctl00_Main_homeImage0').setOpacity(1);
    $('homeImageTopBanner').show();
  }
}

var swfFile = "main_en.swf";
if (document.URL.indexOf('/cn')>0) {
  swfFile = "main_cn.swf";
} else if (document.URL.indexOf('/jp')>0) {
  swfFile = "main_jp.swf";
} 

swfFile = "/uploadedfiles/corporate/home/flash/" + swfFile;

var params = {
  allowFullScreen: "true",
  scale: "fit"
};


swfobject.embedSWF(swfFile, "ournature", "780", "363", "9.0.0", null, null, params, null, outputStatus);


Event.observe( window, 'load', function() {
  recalculatePos();
} );

Event.observe( window, 'resize', function() {
  recalculatePos();
} );

// ]]>
