Author: Alex Petrescu alex.petrescu@gmail.com Modifications Made: Added "Save As... to DB" option, and modified how "Save to DB" and "Load from DB" worked slightly. Details: Copied "Save to DB" and put the functionality into "Save As... to DB". Saved the keyword that was inputted into the object (variable _key). (index.php, object.js) Modified "Save to DB" functionality to not prompt if the object variable "_key" was already set. (object.js) Modified "Initial Load" functionality to save the keyword passed into the object, so it can be used to save. (main.js) Modified "Load from DB" to redirect to the page using the keyword parameter. This way the user is not confused as to which schema he is currently working on. (object.js)