function change_image(){
	$("#product_image_div").fadeOut("slow", function(){ $("#product_image_div").load("/products/product-image.php", $("#product_form").serialize(), function(){$("#product_image_div").fadeIn("slow")})} );
}
