

function initImageReplacement(){

	style1_border_width = 5;
	style1_border_radius = 0;
	style1_border_color = "FFFFFF";
	style1_rotate = 0;
	style1_shadow_distance = 0;
	style1_shadow_angle = 45;
	style1_shadow_blur = 3;
	style1_shadow_alpha = 6;
	style1_shadow_strength = 1;
	style1_shadow_color = "000000";
	style1_background_color = "FFFFFF";
	style1_reflection_percent = 0;
	style1_reflection_blur = 0;

	swfir_style1 = new swfir();
	swfir_style1.specify("border-width", style1_border_width);
	swfir_style1.specify("border-radius", style1_border_radius);
	swfir_style1.specify("border-color", style1_border_color);
	swfir_style1.specify("rotate",style1_rotate);
	swfir_style1.specify("shadow-distance", style1_shadow_distance);
	swfir_style1.specify("shadow-angle", style1_shadow_angle);
	swfir_style1.specify("shadow-blur", style1_shadow_blur);
	swfir_style1.specify("shadow-alpha", style1_shadow_alpha);
	swfir_style1.specify("shadow-strength", style1_shadow_strength);
	swfir_style1.specify("shadow-color", style1_shadow_color);
	swfir_style1.specify("background-color", style1_background_color);
	swfir_style1.specify("reflection-percent", style1_reflection_percent);
	swfir_style1.specify("reflection-blur", style1_reflection_blur);
	swfir_style1.specify('src', active_dir + '_swf_replacement/flash_image.swf');
	swfir_style1.swap(".swfir_style1_left");
	swfir_style1.swap(".swfir_style1_right");
	swfir_style1.swap(".swfir_style1_center");
	
	style2_border_width = 3;
	style2_border_radius = 4;
	style2_border_color = "000000";
	style2_rotate = 10;
	style2_shadow_distance = 0;
	style2_shadow_angle = 45;
	style2_shadow_blur = 3;
	style2_shadow_alpha = 6;
	style2_shadow_strength = 1;
	style2_shadow_color = "000000";
	style2_background_color = "FFFFFF";
	style2_reflection_percent = 0;
	style2_reflection_blur = 4;

	swfir_style2 = new swfir();
	swfir_style2.specify("border-width", style2_border_width);
	swfir_style2.specify("border-radius", style2_border_radius);
	swfir_style2.specify("border-color", style2_border_color);
	swfir_style2.specify("rotate",style2_rotate);
	swfir_style2.specify("shadow-distance", style2_shadow_distance);
	swfir_style2.specify("shadow-angle", style2_shadow_angle);
	swfir_style2.specify("shadow-blur", style2_shadow_blur);
	swfir_style2.specify("shadow-alpha", style2_shadow_alpha);
	swfir_style2.specify("shadow-strength", style2_shadow_strength);
	swfir_style2.specify("shadow-color", style2_shadow_color);
	swfir_style2.specify("background-color", style2_background_color);
	swfir_style2.specify("reflection-percent", style2_reflection_percent);
	swfir_style2.specify("reflection-blur", style2_reflection_blur);
	swfir_style2.specify('src', active_dir + '_swf_replacement/flash_image.swf');
	swfir_style2.swap(".swfir_style2_left");
	swfir_style2.swap(".swfir_style2_right");
	swfir_style2.swap(".swfir_style2_center");
	
	/*
	style3_border_width = 3;
	style3_border_radius = 4;
	style3_border_color = "FFFFFF";
	style3_rotate = 0;
	style3_shadow_distance = 0;
	style3_shadow_angle = 45;
	style3_shadow_blur = 3;
	style3_shadow_alpha = 6;
	style3_shadow_strength = 1;
	style3_shadow_color = "000000";
	style3_background_color = "FFFFFF";
	style3_reflection_percent = 20;
	style3_reflection_blur = 4;

	swfir_style3 = new swfir();
	swfir_style3.specify("border-width", style3_border_width);
	swfir_style3.specify("border-radius", style3_border_radius);
	swfir_style3.specify("border-color", style3_border_color);
	swfir_style3.specify("rotate",style3_rotate);
	swfir_style3.specify("shadow-distance", style3_shadow_distance);
	swfir_style3.specify("shadow-angle", style3_shadow_angle);
	swfir_style3.specify("shadow-blur", style3_shadow_blur);
	swfir_style3.specify("shadow-alpha", style3_shadow_alpha);
	swfir_style3.specify("shadow-strength", style3_shadow_strength);
	swfir_style3.specify("shadow-color", style3_shadow_color);
	swfir_style3.specify("background-color", style3_background_color);
	swfir_style3.specify("reflection-percent", style3_reflection_percent);
	swfir_style3.specify("reflection-blur", style3_reflection_blur);
	swfir_style3.specify('src', active_dir + '_swf_replacement/flash_image.swf');
	swfir_style3.swap(".swfir_style3_left");
	swfir_style3.swap(".swfir_style3_right");
	swfir_style3.swap(".swfir_style3_center");
	*/

}







