function change_image(){
	//document.getElementById('hidden1_' + cat_id).value=option_id;
	new Ajax.Updater("product_image","/products/product_image_new.php", {asynchronous:true, evalScripts:true, parameters:Form.serialize(document.forms['form'])});
}