function initImageReplacement(){
	style1_border_width = 1;
	style1_border_radius = 3;
	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 = 22;
	style1_reflection_blur = 4;
	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_left");
	swfir_style1.swap(".swfir_right");
	swfir_style1.swap(".swfir_center");
	swfir_style1.swap(".swfir_portfolio_thumb");
}