function process()
 {
     global $page_action, $specialID;
     if ($page_action == "INSERT") {
         $this->value = createClusterNode(value($this->table . "_" . $this->nameColumn, "", "Object") . $specialID, $this->value);
         DBO::process();
     }
 }
		/**
		 * standard processing
		 */
		function process() {
			DBO::process();	
		}