$DB_fields[] = array("name" => "fax", "title" => "Fax", "type" => "text");
$DB_fields[] = array("name" => "email", "title" => "Email", "type" => "text");
$DB_fields[] = array("name" => "mail_ok", "title" => "Mail Ok?", "type" => "radio");
-$DB_fields[] = array( 'name' => "arrival", 'title' => "Arrival", 'type' => "text");
-$DB_fields[] = array( 'name' => "departure", 'title' => "Departure", 'type' => "text");
-$DB_fields[] = array( 'name' => "golfers", 'title' => "Golfers", 'type' => "text");
-$DB_fields[] = array( 'name' => "nongolfers", 'title' => "Non Golfers", 'type' => "text");
-$DB_fields[] = array( 'name' => "pquote", 'title' => "From Price Quote", 'type' => "radio");
-$DB_fields[] = array( 'name' => "lodging", 'title' => "Lodging", 'type' => "drop", 'drop' => $lodging);
-$DB_fields[] = array( 'name' => "couples", 'title' => "Couples", 'type' => "text");
-$DB_fields[] = array( 'name' => "singles", 'title' => "Singles", 'type' => "text");
-$DB_fields[] = array( 'name' => "bathrooms", 'title' => "Bathrooms", 'type' => "text");
-$DB_fields[] = array( 'name' => "rooms", 'title' => "Rooms", 'type' => "text");
-$DB_fields[] = array( 'name' => "beds", 'title' => "Beds", 'type' => "text");
-$DB_fields[] = array( 'name' => "twinok", 'title' => "Twin Ok", 'type' => "radio");
-$DB_fields[] = array( 'name' => "sleepersofaok", 'title' => "Sleeper Sofa Ok", 'type' => "radio");
+//$DB_fields[] = array( 'name' => "arrival", 'title' => "Arrival", 'type' => "text");
+//$DB_fields[] = array( 'name' => "departure", 'title' => "Departure", 'type' => "text");
+//$DB_fields[] = array( 'name' => "golfers", 'title' => "Golfers", 'type' => "text");
+//$DB_fields[] = array( 'name' => "nongolfers", 'title' => "Non Golfers", 'type' => "text");
+//$DB_fields[] = array( 'name' => "pquote", 'title' => "From Price Quote", 'type' => "radio");
+//$DB_fields[] = array( 'name' => "lodging", 'title' => "Lodging", 'type' => "drop", 'drop' => $lodging);
+//$DB_fields[] = array( 'name' => "couples", 'title' => "Couples", 'type' => "text");
+//$DB_fields[] = array( 'name' => "singles", 'title' => "Singles", 'type' => "text");
+//$DB_fields[] = array( 'name' => "bathrooms", 'title' => "Bathrooms", 'type' => "text");
+//$DB_fields[] = array( 'name' => "rooms", 'title' => "Rooms", 'type' => "text");
+//$DB_fields[] = array( 'name' => "beds", 'title' => "Beds", 'type' => "text");
+//$DB_fields[] = array( 'name' => "twinok", 'title' => "Twin Ok", 'type' => "radio");
+//$DB_fields[] = array( 'name' => "sleepersofaok", 'title' => "Sleeper Sofa Ok", 'type' => "radio");
$DB_fields[] = array( 'name' => "comments", 'title' => "Comments", 'type' => "textarea");
$DB_fields[] = array( 'name' => "discover", 'title' => "Discover Big Fore", 'type' => "drop", 'drop' => $discover);