// JavaScript Document
window.onload = function(){	
  round1 = new swfir();
  round1.specify('src', 'effect/swfir/swfir.swf');
  round1.specify('border-color', 'ffffff');
  round1.specify('border-radius', '5');
  round1.specify('shadow-strength', '1');
  round1.specify('shadow-color', '6699cc');	
  round1.specify('rotate', '3');
  round1.specify('shadow-blur', '3');
  round1.swap(".IMG_radiusA");

  round2 = new swfir();
  round2.specify('src', 'effect/swfir/swfir.swf');
  round2.specify('border-color', 'ffffff');
  round2.specify('border-radius', '3');
  round2.specify('shadow-strength', '1');
  round2.specify('shadow-color', '6699cc');	
  round2.specify('rotate', '0');
  round2.specify('shadow-blur', '2');
  round2.swap(".IMG_radiusB");
  
  round3 = new swfir();
  round3.specify('src', 'effect/swfir/swfir.swf');
  round3.specify('border-color', 'ffffff');
  round3.specify('border-radius', '1');
  round3.specify('shadow-strength', '1');	
  round3.specify('shadow-color', '6699cc');	
  round3.specify('shadow-blur', '5');
  round3.swap(".indexIMG");
  
  round4 = new swfir();
  round4.specify('src', 'effect/swfir/swfir.swf');
  round4.specify('border-color', 'f0e1e1');
  round4.specify('border-radius', '2');
  round4.specify('shadow-strength', '1');
  round4.specify('shadow-color', '6699cc');	
  round4.specify('shadow-blur', '1');
  round4.swap(".indexEN_CN");   
	 
  round5= new swfir();
  round5.specify('src', 'effect/swfir/swfir.swf');
  round5.specify('border-color', 'ffffff');
  round5.specify('border-radius', '3');
  round5.specify('shadow-strength', '1');
  round5.specify('shadow-color', '6699cc');	
  round5.specify('rotate', '0');
  round5.specify('shadow-blur', '2');
  round2.swap(".IMG_radiusC");	 
  
  round6 = new swfir();
  round6.specify('src', 'effect/swfir/swfir.swf');
  round6.specify('border-color', 'f0e1e1');
  round6.specify('border-radius', '3');
  round6.specify('shadow-strength', '1');
  round6.specify('shadow-color', '6699cc');	
  round6.specify('shadow-blur', '2');
  round6.swap(".IMG_radius");  
  

  round7 = new swfir();
  round7.specify('src', '../effect/swfir/swfir.swf');
  round7.specify('border-color', 'f0e1e1');
  round7.specify('border-radius', '5');
  round7.specify('shadow-strength', '1');	
  round7.specify('shadow-color', '6699cc');	
  round7.specify('shadow-blur', '2');
  round7.swap(".exposh");  
  	 
}