swfobject.registerObject("myId", "9.0.0", "expressInstall.swf");

function switch_bg(bgnum)
{
  if( bgnum=="1" )
  {
      $('flashbg').style.background = "url(images/home/bg/bg_key_visual_02.jpg) 50% -0px";
  }
  if( bgnum=="2" )
  {
      $('flashbg').style.background = "url(images/home/bg/bg_key_visual_02.jpg) 50% -551px";
  }
  if( bgnum=="3" )
  {
      $('flashbg').style.background = "url(images/home/bg/bg_key_visual_02.jpg) 50% -1102px";
  }
  if( bgnum=="4" )
  {
      $('flashbg').style.background = "url(images/home/bg/bg_key_visual_02.jpg) 50% 551px";
  }
}


window.addEvent('domready',function(){

		var initMultiBox = new multiBox({
		mbClass: '.mb',//class you need to add links that you want to trigger multiBox with (remember and update CSS files)
		container: $(document.body),//where to inject multiBox
		useOverlay: true,//use a semi-transparent background. default: false;
		maxSize: {w:600, h:400},//max dimensions (width,height) - set to null to disable resizing
		autoOpen: 0//to auto open a multiBox element on page load change to (1, 2, or 3 etc)
	});

	             	 
  });
