function change_options(){
	new Ajax.Updater("product_options","/products/product_options.php", {asynchronous:true, evalScripts:true, parameters:Form.serialize(document.forms['form'])});
}